We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a58938 commit c6556b2Copy full SHA for c6556b2
content/academy/web_scraping_for_beginners/crawling/pro_scraping.md
@@ -27,7 +27,7 @@ We mentioned the benefits of developing with a dedicated scraping library in the
27
To use the Apify SDK, we have to install it from NPM. Let's add it to our project from the previous lessons.
28
29
```shell
30
-npm install --save apify
+npm install apify@2
31
```
32
33
In a new file we'll call `apify.js`, add the following code:
0 commit comments