Skip to content

Commit

Permalink
Recrawl
Browse files Browse the repository at this point in the history
Closes GH-1.
  • Loading branch information
wooorm committed Mar 5, 2016
1 parent b70be59 commit 412a425
Show file tree
Hide file tree
Showing 4 changed files with 330 additions and 617 deletions.
2 changes: 1 addition & 1 deletion example.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
var iso6393 = require('./index.js');

// Inspecting some values yields:
console.log('js', require('util').inspect(iso6393.slice(1831, 1836)));
console.log('js', require('util').inspect(iso6393.slice(1820, 1825)));

// And the `length` computes to:
console.log('js', String(iso6393.length));
Loading

0 comments on commit 412a425

Please # to comment.