Skip to content

Commit ab6fbd8

Browse files
Merge pull request #1 from Cambalab/master
Fix Typo and whitespaces
2 parents 2ed21b9 + 955bb4f commit ab6fbd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ project
1414
│ ├── index.js
1515
│ └───components
1616
│ └───Mycomponent.vue
17-
17+
1818
└───example
1919
├── App.vue
2020
├── main.js
@@ -40,12 +40,12 @@ project
4040

4141
Use build to build the component
4242
``` sh
43-
nom run build
43+
npm run build
4444
```
4545

4646
Use serve to serve the application example in the example folder
4747
``` sh
48-
nom run serve
48+
npm run serve
4949
```
5050

5151
### When using vue.doc

0 commit comments

Comments
 (0)