From be3d005d0d0b1b08b51767c00081efb27b81ef22 Mon Sep 17 00:00:00 2001 From: Art Lowel Date: Mon, 19 Dec 2016 14:56:23 +0100 Subject: [PATCH] removed a stray : --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c30978b04b..38674600c9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then go to [http://localhost:3000](http://localhost:3000) in your browser * [Installing](#installing) * [Running the app](#running-the-app) * [Running in production mode](#running-in-production-mode) -* [Cleaning:](#cleaning) +* [Cleaning](#cleaning) * [Other commands](#other-commands) * [Recommended Editors/IDEs](#recommended-editorsides) * [Collaborating](#collaborating) @@ -73,7 +73,7 @@ npm run build:prod:ngc:json ``` This will build the application and put the result in the `dist` folder -## Cleaning: +## Cleaning ```bash # clean everything, including node_modules. You'll need to run npm install again afterwards. npm run clean