From b7f59b98d863ba8c0eff9b318645b2870e0ba953 Mon Sep 17 00:00:00 2001 From: Hubert Wilk Date: Fri, 13 Oct 2017 15:06:35 +0200 Subject: [PATCH] readme fix --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 96403ff..c77f967 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -#Exercise 16 : Transclusion basics +# Exercise 16 : Transclusion basics -##Summary +## Summary Discover the true nature of animals with ng-transclude directive. Update **animal** directive to display the content inside animal directives (dog, cat and pig). -##Goals +## Goals Use ng-transclude in `animal` directive. -##Before you start, please refer to: +## Before you start, please refer to: * [angularjs-transclusion-basics](https://egghead.io/lessons/angularjs-transclusion-basics) -##Setup +## Setup -###To install dependencies +### To install dependencies ``` yarn install @@ -22,16 +22,16 @@ yarn install bower install ``` -###To start application in live reload mode +### To start application in live reload mode grunt serve -###Jshint +### Jshint To run verify jshint: grunt jshint:default -###Run tests +### Run tests To unit tests in development mode: