Use npm-installed requires in README example (#442)

This commit is contained in:
Brecht Savelkoul
2017-03-25 10:09:23 +01:00
committed by Yoshua Wuyts
parent 095efba802
commit 0f755f010f
+2 -2
View File
@@ -102,8 +102,8 @@
## Example
```js
var html = require('./html')
var choo = require('./')
var html = require('choo/html')
var choo = require('choo')
var app = choo()
app.use(logger)