Skip to content

Commit

Permalink
Fixing README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
avayanis committed Mar 26, 2013
1 parent ddaf987 commit afd1cb5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,16 @@ server.post("/some/:dynamic/path", function(request, response, uriParams) {
response.end("<pre>" + postBody + "</pre>");
});
});
```

## Run Tests

``` bash
$ make test
```

### Code Coverage Report

``` bash
$ make coverage
```
Expand Down

0 comments on commit afd1cb5

Please sign in to comment.