Skip to content

Commit

Permalink
Merge pull request #5 from terinjokes/fix-readme
Browse files Browse the repository at this point in the history
docs(README): pass writer function [ci skip]
  • Loading branch information
yoshuawuyts committed Jun 8, 2016
2 parents 29e37ed + 1dae860 commit 928465e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const log = bole('my-server')
process.env.NODE_ENV = 'development'

const server = http.createServer()
server.listen(1337, summary(server, bole.info))
server.listen(1337, summary(server, log.info))
```

## Why?
Expand Down

0 comments on commit 928465e

Please sign in to comment.