Skip to content

Commit c631a02

Browse files
authored
style: use sample numbers in the package installations (#1876)
I think it's better to use sample numbers than actual numbers. Readers won't be confused if something's not exactly the same. If they notice these are sample numbers, they'll understand these are insignificant in the context of the lesson.
1 parent c6f3807 commit c631a02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sources/academy/webscraping/scraping_basics_javascript2/05_parsing_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We'll choose [Cheerio](https://cheerio.js.org/) as our parser, as it's a popular
3838
```text
3939
$ npm install cheerio --save
4040
41-
added 23 packages, and audited 24 packages in 1s
41+
added 123 packages, and audited 123 packages in 0s
4242
...
4343
```
4444

sources/academy/webscraping/scraping_basics_javascript2/08_saving_data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Neither JavaScript itself nor Node.js offers anything built-in to read and write
154154
```text
155155
$ npm install @json2csv/node --save
156156
157-
added 4 packages, and audited 28 packages in 1s
157+
added 123 packages, and audited 123 packages in 0s
158158
...
159159
```
160160

sources/academy/webscraping/scraping_basics_javascript2/12_framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ First let's install the Crawlee package. The framework has a lot of dependencies
3131
```text
3232
$ npm install crawlee --save
3333
34-
added 275 packages, and audited 303 packages in 14s
34+
added 123 packages, and audited 123 packages in 0s
3535
...
3636
```
3737

0 commit comments

Comments
 (0)