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: