Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maritz committed Mar 14, 2011
1 parent b84ff5c commit 82a04d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@

Works exactly like http://www.diveintojavascript.com/projects/javascript-sprintf, except that it exports those two functions:

sprintf = requrie('sprintf').sprintf;
sprintf = require('sprintf').sprintf;
vsprintf = require('sprintf').vsprintf;

Have fun!

0 comments on commit 82a04d6

Please sign in to comment.