From fafeb6145684b342250b5172a8070955e4cec9d2 Mon Sep 17 00:00:00 2001 From: Hubert Wilk Date: Fri, 13 Oct 2017 14:58:03 +0200 Subject: [PATCH] readme fix --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8b2c5e1..dc0284e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -#Exercise 25 : $routeProvider +# Exercise 25 : $routeProvider -##Summary +## Summary You are provided with templates and controllers. Use your knowledge of services such as `$routeProvider`, `$routeParams` to configure routing. -##Goals +## Goals * set `home.html` as a default page with appropriate controller (that initialize car brand and capacity) * brand and engine capacity from inputs should be used as route params (**hint:** look at `home.html` "Next" button) @@ -12,14 +12,14 @@ You are provided with templates and controllers. Use your knowledge of services * having entered the word `spy` in any of the fields, you should be directed to `secret.html` page (**hint:** check if the path contains the word `spy`) -##Before you start, please refer to: +## Before you start, please refer to: * [angularjs-routeprovider-api](https://egghead.io/lessons/angularjs-routeprovider-api) * [angularjs-routeparams](https://egghead.io/lessons/angularjs-routeparams) * [angularjs-redirectto](https://egghead.io/lessons/angularjs-redirectto) -##Setup +## Setup -###To install dependencies +### To install dependencies ``` yarn install @@ -29,16 +29,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: