Skip to content

Commit

Permalink
Improve npm documentation for dependency management (#7146)
Browse files Browse the repository at this point in the history
* Added a more descriptive explanation as to what npm does, and what dependencies are.

* Added a more descriptive explanation as to what npm does, and what dependencies are, including punctuation.

* Update apps/site/pages/en/learn/getting-started/an-introduction-to-the-npm-package-manager.md

Signed-off-by: Brian Muenzenmeyer <[email protected]>

---------

Signed-off-by: Brian Muenzenmeyer <[email protected]>
Co-authored-by: Brian Muenzenmeyer <[email protected]>
  • Loading branch information
Makena-Wambui and bmuenzenmeyer authored Oct 28, 2024
1 parent 3d144f7 commit ccfd4b3
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` manages downloads of dependencies of your project.
`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 ccfd4b3

Please sign in to comment.