Skip to content

Commit 27113ab

Browse files
MachinisteWebposva
authored andcommitted
Replace NPM by npm (vuejs#1591)
Signed-off-by: Bruno Lesieur <bruno.lesieur@gmail.com>
1 parent 2e3c77c commit 27113ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/en/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[https://unpkg.com/vue-router/dist/vue-router.js](https://unpkg.com/vue-router/dist/vue-router.js)
66

77
<!--email_off-->
8-
[Unpkg.com](https://unpkg.com) provides NPM-based CDN links. The above link will always point to the latest release on NPM. You can also use a specific version/tag via URLs like `https://unpkg.com/vue-router@2.0.0/dist/vue-router.js`.
8+
[Unpkg.com](https://unpkg.com) provides npm-based CDN links. The above link will always point to the latest release on npm. You can also use a specific version/tag via URLs like `https://unpkg.com/vue-router@2.0.0/dist/vue-router.js`.
99
<!--/email_off-->
1010

1111
Include `vue-router` after Vue and it will install itself automatically:
@@ -15,7 +15,7 @@ Include `vue-router` after Vue and it will install itself automatically:
1515
<script src="/path/to/vue-router.js"></script>
1616
```
1717

18-
### NPM
18+
### npm
1919

2020
``` bash
2121
npm install vue-router

0 commit comments

Comments
 (0)