From b6789fce1d136a40bb60db5687460cb0b4fce5bc Mon Sep 17 00:00:00 2001 From: Nev <54870357+MSNev@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:31:25 -0700 Subject: [PATCH] Update README.md Co-authored-by: t2t2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d562a24d5c..6a74ad9e98 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ The current minumum language feature support is set as [ECMAScript 2020](https:/ in all modern browsers / runtimes. This means that if you are targeting or your end-users are using a browser / runtime that does not support ES2020, you will need -to either transpile your code to ensure compatibility or provide any necessary polyfill's for the missing features. Any support +to transpile the code and provide any necessary polyfill's for the missing features to ensure compatibility with your target environments. Any support issues that arise from using a browser or runtime that does not support ES2020 will be closed as "won't fix". This minimum support level is subject to change as the project evolves and as the underlying language features evolve.