Skip to content

Commit 997fc7a

Browse files
authored
Update README.md
1 parent a7dbcb6 commit 997fc7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scrapy/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ The item class (basically how we store our data before outputting it) used in th
210210
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/itemsFundrazr.png)
211211
<br>
212212

213-
## First Spider
214-
This is the code for our first Spider.
213+
## The Spider
214+
Spiders are classes that you define and that Scrapy uses to scrape information from a website (or a group of websites). The code for our spider is below.
215215

216216
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/fundrazrScrapyCode.png)
217217
<br>

0 commit comments

Comments
 (0)