From 32cbfbccd34bfd5e13966828be0b638bb6327c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walker=20Gusm=C3=A3o?= Date: Sun, 22 Oct 2017 20:24:29 -0200 Subject: [PATCH] doc(readme): fix whitespace --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6826ae3..8e46ca6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Vuejs standalone component template using karma for testing This is a project template for [vue-cli](https://github.com/vuejs/vue-cli). -``` bash +```bash $ npm install -g vue-cli $ vue init InCuca/vue-standalone-component my-component $ cd my-component @@ -32,13 +32,13 @@ PS: to build to UMD run `npm run build:umd` ### Linting -``` bash +```bash $ npm run lint ``` ### Testing & Test Coverage -``` bash +```bash $ npm run test $ npm run test:watch $ npm run test:cov @@ -46,7 +46,7 @@ $ npm run test:cov ### Building to ./dist -``` bash +```bash $ npm run build $ npm run build:doc ```