From ccc5bfca6717b781221599aba6b63ad8872e1349 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 7 Feb 2024 17:49:56 -0800 Subject: [PATCH] [readme] fix spec link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31fff6f..577426b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ An ES-spec-compliant shim/polyfill/replacement for ArrayBuffer base64 methods that works as far down as ES3 -This package implements the [es-shim API](https://github.com/es-shims/api) “multi” interface. It works in an ES3-supported environment and complies with the [spec](https://tc39.es/ecma262/#sec-additional-properties-of-the-string.prototype-object). +This package implements the [es-shim API](https://github.com/es-shims/api) “multi” interface. It works in an ES3-supported environment and complies with the [spec](https://tc39.es/proposal-arraybuffer-base64/). Because the `Iterator.prototype` methods depend on a receiver (the `this` value), the main export in each subdirectory takes the string to operate on as the first argument.