Skip to content

Commit

Permalink
add summary heading to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Hiller <boneskull@boneskull.com>
  • Loading branch information
boneskull committed Apr 9, 2018
1 parent 753457d commit a9dab42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

> Node's `server.close()` the way you probably [expected it to work by default](https://github.com/nodejs/node/issues/2642).
## Summary

```js
const server = stoppable(http.createServer(handler))
server.stop()
Expand Down

0 comments on commit a9dab42

Please sign in to comment.