Skip to content

Commit b60f3df

Browse files
authored
Update README.md
1 parent 662fbc0 commit b60f3df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scrapy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The highlighted part in black are the possible categories of fundrazrs to scrape
5656
![](https://github.com/mGalarnyk/Python_Tutorials/blob/master/Scrapy/Tutorial_Images/inspectCampaigns.png)
5757

5858
## Scrapy Shell for finding start URLs on Page
59-
The best way to learn how to extract data with Scrapy is trying selectors using the shell Scrapy shell.
59+
The best way to learn how to extract data with Scrapy is trying selectors using the shell Scrapy shell. We will use XPaths which can be used to select elements from HTML documents.
6060

6161
In terminal type (mac/linux):
6262

0 commit comments

Comments
 (0)