commit | 656b2ec58467192e8a41f0e573749e8ab2f7dc94 | [log] [tgz] |
---|---|---|
author | Dixsie Wolmers <dixsie@ibm.com> | Thu Oct 08 18:13:40 2020 -0500 |
committer | Derick Montague <derick.montague@ibm.com> | Fri Oct 09 15:48:44 2020 +0000 |
tree | 5a22c637685398aac178e1d506e65c0f78f390c0 | |
parent | 08f0f8e132d117797080c4078a101ab93b0985a5 [diff] |
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
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85ca6e3..ec9d2b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md
@@ -46,7 +46,7 @@ ### Run Documentation Locally (Vuepress static site generation) ``` -Run npm docs:serve +npm run docs:serve ``` ### Run unit tests