Skip to content

Commit 8af09b7

Browse files
committed
docs(contributing): fix NPM -> npm
1 parent f62032c commit 8af09b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Additionally for this generator:
1414
To run the generator:
1515
1. Clone it and `cd` to its root
1616
2. `npm install`
17-
3. `npm link` (tells NPM to look to your own version)
18-
4. `yo angular-fullstack` as normal. It should run from your cloned version rather than the one downloaded from NPM.
17+
3. `npm link` (tells npm to look to your own version)
18+
4. `yo angular-fullstack` as normal. It should run from your cloned version rather than the one downloaded from npm.
1919

2020
## Git Commit Guidelines
2121

0 commit comments

Comments
 (0)