Skip to content

Commit 0fe97e8

Browse files
authored
Update README.md
1 parent 89def39 commit 0fe97e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ As for NodeJS, calling `require("EncoderAndDecoderNodeJS.min.js")` yields the fo
6262
```Javascript
6363
module.exports = {
6464
TextEncoder: function TextEncoder(){/*...*/},
65-
TextDecoder: function TextEncoder(){/*...*/},
65+
TextDecoder: function TextDecoder(){/*...*/},
6666
encode: TextEncoder.prototype.encode,
6767
decode: TextDecoder.prototype.decode
6868
}

0 commit comments

Comments
 (0)