Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zswang committed Oct 28, 2015
1 parent 615dbf1 commit 908d0df
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 @@ -16,7 +16,7 @@ console.log(jints.digit('1024', 10, 2)); // '10000000000'
console.log(jints.digit('10000000000', 2, 10)); // '1024'
```

<img src="https://cloud.githubusercontent.com/assets/536587/10779484/70ba9faa-7d6c-11e5-925d-69651c3bbdb1.png" width="150" align="right">
![img](https://cloud.githubusercontent.com/assets/536587/10779484/70ba9faa-7d6c-11e5-925d-69651c3bbdb1.png)

## License

Expand Down

0 comments on commit 908d0df

Please sign in to comment.