Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Aug 7, 2012
1 parent 3ddd007 commit 9d18697
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 @@ -29,7 +29,7 @@ var fs = require('fs')
, html2js = require('html-to-js')
, read = fs.readFileSync;

var html = read('test/tip.html', 'utf8');
var html = read('tip.html', 'utf8');
var js = html2js(html);
console.log(js);
```
Expand Down

0 comments on commit 9d18697

Please sign in to comment.