From 656b2ec58467192e8a41f0e573749e8ab2f7dc94 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Thu, 8 Oct 2020 18:13:40 -0500 Subject: Fix contributing readme typo Correct npm run docs:serve for running vue press docs Signed-off-by: Dixsie Wolmers Change-Id: Idd2e54f3f61e06baf46121984e0907989a0f3801 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.2.3