Skip to content

Commit eb7a793

Browse files
committed
fix the link to the polyfill in readme
1 parent 3d4c868 commit eb7a793

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
@@ -8,7 +8,7 @@ This package provides [TextEncoder][] and [TextDecoder][] [Encoding Standard][]
88
APIs in a universal package. In the browsers it just exposes existing globals,
99
in nodejs it exposes globals in newer node versions and ones from `util` module
1010
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)
11+
the [@zxing/text-encoding](https://www.npmjs.com/package/@zxing/text-encoding)
1212
polyfill (installed as an optional dependency).
1313

1414
Package also works as ES module and CommonJS module.

0 commit comments

Comments
 (0)