Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: t2t2 <[email protected]>
  • Loading branch information
MSNev and t2t2 authored Oct 4, 2024
1 parent 4084e1d commit b6789fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b6789fc

Please sign in to comment.