Skip to content

Commit a584b17

Browse files
mstephen19mnmkng
andauthored
Update content/academy/web_scraping_for_beginners/challenge/initializing_and_setting_up.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent 5f40461 commit a584b17

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

content/academy/web_scraping_for_beginners/challenge/initializing_and_setting_up.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ paths:
1111
The Crawlee CLI makes it extremely easy for us to set up a project in Crawlee and hit the ground running. Navigate to the directory you'd like your project's folder to live, then open up a terminal instance and run the following command:
1212

1313
```shell
14-
npx crawlee create demo-actor
15-
```
16-
17-
> You don't have to call it **demo-actor**, but that's what we'll be calling it in this tutorial.
14+
npx crawlee create amazon-crawler
1815

1916
Once you run this command, you'll get prompted into a menu which you can navigate using your arrow keys. Each of these options will generate different boilerplate code when selected. We're going to work with CheerioCrawler today, so we'll select the **CheerioCrawler template project** template, then press **Enter**.
2017

0 commit comments

Comments
 (0)