Skip to content

Commit

Permalink
Merge pull request choojs#1 from ungoldman/patch-2
Browse files Browse the repository at this point in the history
docs: fix module name in example
  • Loading branch information
alex authored Feb 16, 2018
2 parents 6c115e0 + de080fb commit 4ff2497
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 @@ -52,7 +52,7 @@ routing-related things, use `choo.view` over `choo.route`, and you'll be fine.
## Example
```js
var html = require('bel')
var choo = require('choo')
var choo = require('nanochoo')

var app = choo()
app.use(countStore)
Expand Down

0 comments on commit 4ff2497

Please sign in to comment.