diff --git a/README.md b/README.md index a5120b0b08af0d2c541b6a6e7e6240277ed375ed..cc42576c203f1b7eec2b4eb87647a425d86645f7 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ npm start open http://localhost:8080 (should start automatically ) ``` -## Available Commands +### Available Commands + ``` -- `npm start` - start the dev server -- `npm run dev` - create a developer build in `dist` folder -- `npm run build` - create a production ready build in `dist` folder -- `npm test` - run all tests + +npm start - start the dev server +npm run dev - create a developer build in `dist` folder +npm run build - create a production ready build in `dist` folder +npm test - run all tests ```