From 8fff4768a7ddb38ab0ed9176926cb5dce803787e Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 04:53:11 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 413b668..2938459 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#GET STARTED +# GET STARTED ``` $ git clone https://github.com/githubjeka/angular-yii2.git @@ -7,7 +7,7 @@ $ git submodule init $ git submodule update ``` -###Init client### +### Init client ### ``` $ cd client-angular $ bower update @@ -15,7 +15,7 @@ $ bower update See more info https://github.com/AngularYii2/angularyii2.github.io -###Init server:### +### Init server: ### [![Build Status](https://travis-ci.org/githubjeka/yii2-rest.svg)](https://travis-ci.org/githubjeka/yii2-rest)