1
0

Update README.md

Esse commit está contido em:
AJ ONeal 2017-09-25 14:31:00 -06:00
commit 1efc505490

Ver arquivo

@ -60,3 +60,10 @@ npm install --save hexdump.js
# As a global CLI (useful on windows) # As a global CLI (useful on windows)
npm install --global hexdump.js npm install --global hexdump.js
``` ```
API
---
```
hexdump(arrayBuffer, byteOffset, byteLength);
```