Skip to content

Commit

Permalink
docs: fix headings
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Apr 6, 2017
1 parent 8f8149d commit 21bcddf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#http-assert
# http-assert

[![NPM version][npm-image]][npm-url]
[![Build status][travis-image]][travis-url]
Expand All @@ -9,7 +9,7 @@

Assert with status codes. Like ctx.throw() in Koa, but with a guard.

##Example
## Example
```js
var assert = require('http-assert');
var ok = require('assert');
Expand All @@ -23,7 +23,8 @@ try {
}
```

##Licence
## Licence

MIT

[npm-image]: https://img.shields.io/npm/v/http-assert.svg?style=flat-square
Expand Down

0 comments on commit 21bcddf

Please sign in to comment.