Skip to content

Commit 4c3d3ed

Browse files
kingioneekey
authored andcommitted
fix(pencil): Fix example
1 parent fc0a6f7 commit 4c3d3ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use table-parser to parse it into object:
3131

3232
```
3333
var FS = require( 'fs' );
34-
var Parser = require( '../lib/index' );
34+
var Parser = require('table-parser');
3535
3636
var linux_ps = './ps.log';
3737

0 commit comments

Comments
 (0)