We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4c868 commit eb7a793Copy full SHA for eb7a793
Readme.md
@@ -8,7 +8,7 @@ This package provides [TextEncoder][] and [TextDecoder][] [Encoding Standard][]
8
APIs in a universal package. In the browsers it just exposes existing globals,
9
in nodejs it exposes globals in newer node versions and ones from `util` module
10
in older versions, and in the React Native environments it exposes these from
11
-the [@sinonjs/text-encoding](https://www.npmjs.com/package/text-encoding)
+the [@zxing/text-encoding](https://www.npmjs.com/package/@zxing/text-encoding)
12
polyfill (installed as an optional dependency).
13
14
Package also works as ES module and CommonJS module.
0 commit comments