Skip to content

Commit de97d05

Browse files
better README
1 parent 32d0d41 commit de97d05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33

44
Base16 encoder/decoder for JavaScript.
55
See [docs](https://aureooms.github.io/js-codec-base16/index.html).
6+
Parent is [@aureooms/js-codec](https://github.com/aureooms/js-codec).
7+
8+
```js
9+
> base16.encode('DEADBEEF')
10+
[ 222, 173, 190, 239 ]
11+
> base16.decode([ 222, 173, 190, 239 ])
12+
'DEADBEEF'
13+
```
614

715
[![License](https://img.shields.io/github/license/aureooms/js-codec-base16.svg?style=flat)](https://raw.githubusercontent.com/aureooms/js-codec-base16/master/LICENSE)
816
[![NPM version](https://img.shields.io/npm/v/@aureooms/js-codec-base16.svg?style=flat)](https://www.npmjs.org/package/@aureooms/js-codec-base16)

0 commit comments

Comments
 (0)