Skip to content

Commit c6556b2

Browse files
authored
Update pro_scraping.md
1 parent 5a58938 commit c6556b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/web_scraping_for_beginners/crawling/pro_scraping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ We mentioned the benefits of developing with a dedicated scraping library in the
2727
To use the Apify SDK, we have to install it from NPM. Let's add it to our project from the previous lessons.
2828

2929
```shell
30-
npm install --save apify
30+
npm install apify@2
3131
```
3232

3333
In a new file we'll call `apify.js`, add the following code:

0 commit comments

Comments
 (0)