Skip to content

Commit

Permalink
Repo and fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jun 19, 2013
1 parent 74fccbd commit 6f334bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,5 +7,5 @@ the argument order.
var leftpad = require('leftpad');

leftpad(5, 10);
'0000000005
'0000000005'
```
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"repository": "https://github.com/tmcw/leftpad.git",
"keywords": [
"pad",
"numbers",
Expand Down

0 comments on commit 6f334bd

Please sign in to comment.