summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-10-09 02:13:40 +0300
committerDerick Montague <derick.montague@ibm.com>2020-10-09 18:48:44 +0300
commit656b2ec58467192e8a41f0e573749e8ab2f7dc94 (patch)
tree5a22c637685398aac178e1d506e65c0f78f390c0 /CONTRIBUTING.md
parent08f0f8e132d117797080c4078a101ab93b0985a5 (diff)
downloadwebui-vue-656b2ec58467192e8a41f0e573749e8ab2f7dc94.tar.xz
Fix contributing readme typo
Correct npm run docs:serve for running vue press docs Signed-off-by: Dixsie Wolmers <dixsie@ibm.com> Change-Id: Idd2e54f3f61e06baf46121984e0907989a0f3801
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 85ca6e3f..ec9d2b88 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -46,7 +46,7 @@ npm run serve
### Run Documentation Locally (Vuepress static site generation)
```
-Run npm docs:serve
+npm run docs:serve
```
### Run unit tests