Skip to content

Commit

Permalink
Merge pull request #13 from coltongit/patch-1
Browse files Browse the repository at this point in the history
Update README.md to fix a minor readme error
  • Loading branch information
kawanet committed Mar 27, 2019
2 parents 10d546b + 3b11564 commit 84f893b
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 @@ -10,7 +10,7 @@ This module provides two pair of classes: `Int64BE`/`Uint64BE` and `Int64LE`/`Ui
### Features

- `Int64BE`/`Int64LE` for signed integer, `Uint64BE`/`Uint64LE` for unsigned.
- `Int64BE`/`Uint64BE` for big-endian, `Uint64BE`/`Uint64LE` for little-endian.
- `Int64BE`/`Uint64BE` for big-endian, `Int64LE`/`Uint64LE` for little-endian.
- `Buffer`/`Uint8Array`/`Array`/`Array`-like storage of 8 bytes length with offset.
- No mathematical methods provided, such as `add()`, `sub()`, `mul()`, `div()` etc.
- Optimized only for 64 bits. If you need Int128, use [bignum](https://www.npmjs.com/package/bignum) etc.
Expand Down

0 comments on commit 84f893b

Please sign in to comment.