From 6b291a0752be8a79b1e8a9f5123c4d8977fbd7c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=BC=95?= Date: Wed, 30 Aug 2017 07:46:05 +0800 Subject: [PATCH] Optimize the document format Optimize the document format --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5273cc75c..4a585f0f7 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,13 @@ Find out more [Free Angular Themes at StartAngular.com](http://www.startangular. ### Note: This project is no longer maintained. ## Installation -####1. Clone this project or Download that ZIP file +#### 1. Clone this project or Download that ZIP file ```sh $ git clone https://github.com/start-angular/sb-admin-angular.git ``` -####2. Make sure you have [bower](http://bower.io/), [grunt-cli](https://www.npmjs.com/package/grunt-cli) and [npm](https://www.npmjs.org/) installed globally +#### 2. Make sure you have [bower](http://bower.io/), [grunt-cli](https://www.npmjs.com/package/grunt-cli) and [npm](https://www.npmjs.org/) installed globally ```sh @@ -23,7 +23,7 @@ $ sudo apt-get install npm $ sudo npm install -g grunt-cli $ sudo npm install -g bower ``` -####3. On the command prompt run the following commands +#### 3. On the command prompt run the following commands ```sh $ cd `project-directory`