We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 122fa82 commit e84b17bCopy full SHA for e84b17b
README.md
@@ -11,7 +11,7 @@ Example
11
-------
12
13
```javascript
14
-const zbase32 = require ('zbase32'):
+import zbase32 from 'zbase32';
15
16
zbase32.encode (new TextEncoder ('utf-8').encode ('hello'));
17
// => 'pb1sa5dx'
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "zbase32",
3
- "version": "2.0.0",
+ "version": "2.0.1",
4
"description": "z-base-32 encoding/decoding library",
5
"main": "index.js",
6
"typings": "index.d.ts",
0 commit comments