From b60789a835720cd8e76a15b7e0b47e620ef18415 Mon Sep 17 00:00:00 2001 From: kamil Date: Fri, 13 Oct 2017 23:01:33 +0200 Subject: [PATCH] readme fix --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1f6ebf8..cf58cf3 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -#Exercise 4 : Defining a method on the scope +# Exercise 4 : Defining a method on the scope -##Summary +## Summary You are provided with a simple application with two input fields that are not bound. You are supposed to replace **purr** in the textarea, with a word specified in the text input below and display the resulting text inside h3 element(`display board`). -##Goals +## Goals * create `replaceWord()` function inside `NewWordCtrl` * `replaceWord()` should : @@ -16,12 +16,12 @@ in the textarea, with a word specified in the text input below and display the r * set `word` argument to *"purr"* * `display board` should be updated as values in textarea or input change -##Before you start, please refer to: +## Before you start, please refer to: * [angularjs-defining-a-method-on-the-scope](https://egghead.io/lessons/angularjs-defining-a-method-on-the-scope) -##Setup +## Setup -###To install dependencies +### To install dependencies ``` yarn install @@ -31,16 +31,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: