diff --git a/README.md b/README.md index ba8985d..fa553a4 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ -#Exercise 18: Thinking differently about organization. +# Exercise 18: Thinking differently about organization. -##Summary +## Summary You are provided with an application that has many controllers, directives and filters. Reorder and group the entries to make them easier to read. -##Goals +## Goals * move all the controllers to the object `calcAppElements.controllers` * move all the directives to the object `calcAppElements.directives` -##Before you start, please refer to: +## Before you start, please refer to: * [angularjs-thinking-differently-about-organization](https://egghead.io/lessons/angularjs-thinking-differently-about-organization) -##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: