Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 18, 2017
1 parent e15bc01 commit da61578
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 @@ -32,7 +32,7 @@ Subclassing:

```javascript
var inherits = require('inherits');
var List = require('./');
var List = require('linked-list');

Tokens.prototype.join = join;
Token.prototype.toString = toString;
Expand Down

0 comments on commit da61578

Please sign in to comment.