Skip to content

Commit e84b17b

Browse files
committed
Update README
1 parent 122fa82 commit e84b17b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Example
1111
-------
1212

1313
```javascript
14-
const zbase32 = require ('zbase32'):
14+
import zbase32 from 'zbase32';
1515

1616
zbase32.encode (new TextEncoder ('utf-8').encode ('hello'));
1717
// => 'pb1sa5dx'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zbase32",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "z-base-32 encoding/decoding library",
55
"main": "index.js",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)