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