Skip to content

Commit 49472b5

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 6eda491 commit 49472b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/web_scraping_for_beginners/challenge/initializing_and_setting_up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ router.addDefaultHandler(({ log }) => {
5555
});
5656
```
5757
58-
Finally, we'll modify our input file in **storage/key_value_stores/default/INPUT.json** to look like this:
58+
Finally, we'll add the following input file to **INPUT.json** in the project's root directory (next to `package.json`, `node_modules` and others)
5959
6060
```JSON
6161
{

0 commit comments

Comments
 (0)