Skip to content

Commit

Permalink
Merge pull request #5915 from uswds/cm-update-npm-references
Browse files Browse the repository at this point in the history
USWDS - README: Update capitalization of npm
  • Loading branch information
thisisdano committed May 22, 2024
2 parents 1c09ba1 + 7ac8dc3 commit 97cc1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ There are two ways to install the design system on a project:
**We recommend using npm to make it as straightforward as possible to install the design system and update it as we release new versions.**

### Install using Node and npm
npm is a package manager for Node-based projects. USWDS maintains the [`@uswds/uswds` package](https://www.npmjs.com/package/uswds) that includes both the pre-compiled and compiled files. npm packages make it easy to update and install the design system from the command line.
Use the npm package manager for Node-based projects. USWDS maintains the [`@uswds/uswds` package](https://www.npmjs.com/package/uswds) that includes both the pre-compiled and compiled files. We rely on npm packages to easily update and install the design system from the command line.

1. Install `Node/npm`. Below is a link to find the install method that coincides with your operating system:

Expand Down

0 comments on commit 97cc1b9

Please sign in to comment.