Skip to content

Commit

Permalink
Added a more descriptive explanation as to what npm does, and what de…
Browse files Browse the repository at this point in the history
…pendencies are, including punctuation.
  • Loading branch information
Makena-Wambui committed Oct 26, 2024
1 parent 47cd5e9 commit d49d8e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It started as a way to download and manage dependencies of Node.js packages, but
## Packages

`npm` installs, updates and manages downloads of dependencies of your project. Dependencies are pre-written pieces of code such as libraries and packages that your Node.js application needs to work.
`npm` installs, updates and manages downloads of dependencies of your project. Dependencies are pre-built pieces of code, such as libraries and packages, that your Node.js application needs to work.

### Installing all dependencies

Expand Down

0 comments on commit d49d8e2

Please sign in to comment.