Skip to content

Commit fc87634

Browse files
committed
updating read me
1 parent 020e17c commit fc87634

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,20 @@
33
[![Build Status](https://travis-ci.org/siddii/angular-timer.png)](https://travis-ci.org/siddii/angular-timer)
44

55
### Getting Started
6+
## Any of the following option with get you started with this in your project
67
* Download the latest script file - https://raw.github.com/siddii/angular-timer/master/dist/angular-timer.min.js
78
* Clone the repo - `[email protected]:siddii/angular-timer.git`
89
* Install angular-timer using [Bower](http://bower.io)
910
`bower install angular-timer`
1011

1112
### Running locally
12-
* Using [Grunt](http://gruntjs.com/) type `grunt` from command line, the default task will open up
13-
the index.html page in your default browser
13+
* Using [Grunt](http://gruntjs.com/) type `grunt` from command line, the default task will open index.html page in your
14+
default browser
15+
16+
### Running tests
17+
Following command will run both unit & End-to-End (e2e) tests
18+
```bash
19+
grunt tests
20+
```
21+
1422

0 commit comments

Comments
 (0)