Skip to content

Commit 2273152

Browse files
lex111rigor789
authored andcommitted
Add dollar sign to install command (#52)
* Add dollar sign to install command * Change syntax highlight for command
1 parent 444b026 commit 2273152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/en/routing/vue-router.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ then you'll be happy to learn [the Vue router](https://router.vuejs.org/en/) is
88

99
## Installation
1010
From a command prompt, run:
11-
```bash
12-
npm i vue-router --save
11+
```shell
12+
$ npm i vue-router --save
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)