Skip to content

Commit

Permalink
fix: make vale happy
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed May 22, 2024
1 parent c8c87ce commit 260a9ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ slug: /web-scraping-for-beginners/data-extraction/project-setup

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.

> 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.
> 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.
## Creating a new project with npm {#creating-a-project}

Expand Down

0 comments on commit 260a9ea

Please sign in to comment.