Skip to content

Commit ca1eeb1

Browse files
committed
fix: make vale happy
1 parent 0f0f748 commit ca1eeb1

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/web_scraping_for_beginners/data_extraction

1 file changed

+1
-1
lines changed

sources/academy/webscraping/web_scraping_for_beginners/data_extraction/project_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ slug: /web-scraping-for-beginners/data-extraction/project-setup
1313

1414
When you open a website in a browser, the browser first downloads the page's HTML. To do the same thing with Node.js, we will install a program - an npm module - to help us with it. npm modules are installed using `npm`, which is another program, automatically installed with Node.js.
1515

16-
> There is a huge collection of open-source libraries for Node.js at [npmjs.com](https://www.npmjs.com/). You can (and you should) utilize it to save time and tap into the amazing open-source community around JavaScript and Node.js.
16+
> The [npmjs.com](https://www.npmjs.com/) registry offers a huge collection of open-source libraries for Node.js. You can (and you should) utilize it to save time and tap into the amazing open-source community around JavaScript and Node.js.
1717
1818
## Creating a new project with npm {#creating-a-project}
1919

0 commit comments

Comments
 (0)