Update README.md

This commit is contained in:
AJ ONeal 2017-09-25 14:31:00 -06:00
parent 222fa7de50
commit 1efc505490
1 changed files with 7 additions and 0 deletions

View File

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