Skip to content

Commit 8e022ed

Browse files
authored
docs: update npm install docs URL in Readme.md (#7159)
The link for the npm install command pointed to the old/broken URL path (/getting-started/installing-npm-packages-locally). Updated to the current correct URL (/downloading-and-installing-packages-locally).
1 parent e509919 commit 8e022ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ If this is a brand new project, make sure to create a `package.json` first with
5757
the [`npm init` command](https://docs.npmjs.com/creating-a-package-json-file).
5858

5959
Installation is done using the
60-
[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):
60+
[`npm install` command](https://docs.npmjs.com/downloading-and-installing-packages-locally):
6161

6262
```bash
6363
npm install express

0 commit comments

Comments
 (0)