Skip to content

Commit

Permalink
Merge pull request #504 from NickStefan/patch-1
Browse files Browse the repository at this point in the history
Update README formatting
  • Loading branch information
sethkinast committed Sep 24, 2014
2 parents 353e3b8 + e649dca commit 7dbebc4
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ cd dustjs
npm install -g grunt-cli
```

### Fetch all the node dependencies
### Fetch all node dependencies
```
npm install
```
Expand All @@ -52,13 +52,11 @@ grunt test

* Use `grunt dev` while developing\debugging.
This task will start a server and serve Jasmine spec runner on http://localhost:3000/_SpecRunner.html.
This tasks uses unminified dust-full.js so it allows you to easily step through the code in a browser.
This task uses unminified dust-full.js so it allows you to easily step through the code in a browser.

* Use `grunt testClient` to test production version of code (dust-full.min.js) in a browser.
Similarly to `grunt dev` it serves Jasmine spec runner on `http://localhost:3000/_SpecRunner.html`.

* Add unit tests
Unit tests can be found in the `test/jasmine-tests/spec` directory. Help us keep up good test coverage! To view coverage report run `grunt coverage` and open `tmp/coverage/index.html` in a browser.
* Add unit tests. Unit tests can be found in the `test/jasmine-tests/spec` directory. Help us keep up good test coverage! To view coverage report run `grunt coverage` and open `tmp/coverage/index.html` in a browser.

* Add an issue and send a pull request
Pull requests are easier to track if you also include an issue. Sending a pull request from a branch makes it easier for you to resolve conflicts in master
* Add an issue and send a pull request. Pull requests are easier to track if you also include an issue. Sending a pull request from a branch makes it easier for you to resolve conflicts in master

0 comments on commit 7dbebc4

Please sign in to comment.