Skip to content

Commit a7fd83c

Browse files
mstephen19mnmkng
andauthored
Update content/academy/web_scraping_for_beginners/crawling/dealing_with_dynamic_pages.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent 0aff690 commit a7fd83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/web_scraping_for_beginners/crawling/dealing_with_dynamic_pages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you're in a brand new project, don't forget to initialize your project, then
3939
```shell
4040
# this command will initialize your project
4141
# and install the "crawlee" and "cheerio" packages
42-
npm init -y && npm i crawlee cheerio
42+
npm init -y && npm i crawlee
4343
```
4444

4545
Now, let's write some data collection code to collect each product's data. This should look familiar if you went through the [Data Collection]({{@link web_scraping_for_beginners/data_collection.md}}) lessons:

0 commit comments

Comments
 (0)