From 5d2645e9d5ec31daf9f82097c4695ded231ec5cf Mon Sep 17 00:00:00 2001 From: kamil Date: Fri, 13 Oct 2017 23:06:06 +0200 Subject: [PATCH] readme fix --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 2dbb897..5831ce7 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,20 @@ -#Exercise 2 : Controller +# Exercise 2 : Controller -##Summary +## Summary Applications often need to display value that user has entered. You are provided with simple view containing title, three inputs and display board. Your task is to implement functionality that will allow inputs to be displayed along with the information on the title and board. -##Goals +## Goals * create **FruitCtrl.js** file with `FruitCtrl` controller belonging to `app` module * in controller add three properties: `seller, name, count` with default values set to : **'Mr. John'**, **'apple'** and **3**. * comments in `index.html` should be replaced with appropriate values from the inputs -##Before you start, please refer to: +## Before you start, please refer to: * [angularjs-controller](https://egghead.io/lessons/angularjs-controllers) -##Setup +## Setup -###To install dependencies +### To install dependencies ``` yarn install @@ -24,16 +24,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 run e2e tests in development mode: