Skip to content

Commit a84bdc8

Browse files
aceyoung93rd-Eden
authored andcommitted
Update link to official npm docs (#143)
1 parent 84aa9ea commit a84bdc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the existing `pre-commit` file in your `.git/hooks` folder. Existing
3232

3333
`pre-commit` will try to run your `npm test` command in the root of the git
3434
repository by default unless it's the default value that is set by the `npm
35-
init` script.
35+
init` script.
3636

3737
But `pre-commit` is not limited to just running your `npm test`'s during the
3838
commit hook. It's also capable of running every other script that you've
@@ -116,7 +116,7 @@ or as `"pre-commit.{key}` key properties in the `package.json`:
116116
It's all the same. Different styles so use what matches your project. To learn
117117
more about the scripts, please read the official `npm` documentation:
118118

119-
https://npmjs.org/doc/scripts.html
119+
https://docs.npmjs.com/misc/scripts
120120

121121
And to learn more about git hooks read:
122122

0 commit comments

Comments
 (0)