Skip to content

Commit

Permalink
Update broken link for development dependency documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amitxv committed Feb 3, 2023
1 parent b6a8658 commit 6820047
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 @@ -99,7 +99,7 @@ At this point, there is a React app on your computer and you are in the folder t
### 3. Install the `gh-pages` npm package
1. Install the [`gh-pages`](https://github.com/tschaub/gh-pages) npm package and designate it as a [development dependency](https://nodejs.dev/learn/npm-dependencies-and-devdependencies):
1. Install the [`gh-pages`](https://github.com/tschaub/gh-pages) npm package and designate it as a [development dependency](https://docs.npmjs.com/specifying-dependencies-and-devdependencies-in-a-package-json-file):
```shell
$ npm install gh-pages --save-dev
Expand Down

0 comments on commit 6820047

Please sign in to comment.