From f77d4708165bfcf44b5de7da523a32a2eef45f32 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Wed, 18 May 2016 14:54:39 +0100 Subject: [PATCH] Update README.md bullet list --- demo-shell-ng2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-shell-ng2/README.md b/demo-shell-ng2/README.md index 4a5880fff5..8ef88aa27e 100644 --- a/demo-shell-ng2/README.md +++ b/demo-shell-ng2/README.md @@ -30,13 +30,13 @@ docker-compose rm ### Building and running steps: -1. Install dependencies +1 Install dependencies ```sh npm install ``` -2. Fast build and watch for dev purposes +2 Fast build and watch for dev purposes ```sh npm start.dev