Skip to content

Commit b5c8fa4

Browse files
author
Eric O'Connor
committed
Fix README example
1 parent 8b68565 commit b5c8fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It assumes that node is being run with --harmony, to get Map and WeakMap support
1212

1313
### Example
1414
```javascript
15-
var Server = require('treerouter').Server;
15+
var Server = require('tree-router').Server;
1616

1717
var server = new Server({
1818
hostname: '127.0.0.1',

0 commit comments

Comments
 (0)