Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit 32cbfbc

Browse files
authored
doc(readme): fix whitespace
1 parent 66b5224 commit 32cbfbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Vuejs standalone component template using karma for testing
1313

1414
This is a project template for [vue-cli](https://github.com/vuejs/vue-cli).
1515

16-
``` bash
16+
```bash
1717
$ npm install -g vue-cli
1818
$ vue init InCuca/vue-standalone-component my-component
1919
$ cd my-component
@@ -32,21 +32,21 @@ PS: to build to UMD run `npm run build:umd`
3232

3333
### Linting
3434

35-
``` bash
35+
```bash
3636
$ npm run lint
3737
```
3838

3939
### Testing & Test Coverage
4040

41-
``` bash
41+
```bash
4242
$ npm run test
4343
$ npm run test:watch
4444
$ npm run test:cov
4545
```
4646

4747
### Building to ./dist
4848

49-
``` bash
49+
```bash
5050
$ npm run build
5151
$ npm run build:doc
5252
```

0 commit comments

Comments
 (0)