Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurélien Ooms committed Feb 5, 2017
1 parent 885f601 commit 4017947
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[js-integer-little-endian](http://aureooms.github.io/js-integer-little-endian)
[@aureooms/js-integer-little-endian](https://aureooms.github.io/js-integer-little-endian)
==

<img src="https://upload.wikimedia.org/wikipedia/commons/e/ed/Little-Endian.svg" width="864">

Integer numbers little endian library for JavaScript.
Twin project of [@aureooms/js-integer-big-endian](https://github.com/aureooms/js-integer-big-endian).

```js
integer.parse( 16 , 100 , 'ff' ) ; // [ 2 , 55 ]
Expand Down

0 comments on commit 4017947

Please sign in to comment.