Skip to content

Commit

Permalink
docs: update readme to reflect dist files now being ES5
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed May 4, 2021
1 parent b3b037b commit df9ed0b
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 @@ -13,7 +13,7 @@ This implementation currently conforms to section [UAX-C1](https://unicode.org/r

## Compatibility

It has no external dependencies and therefore should run just fine in any relatively capable web browser, Node.js, etc. The provided distribution `.js` files are valid ES2015, and can be down-compiled using Babel or similar if needed.
It has no external dependencies and therefore should run just fine in any relatively capable web browser, Node.js, etc. The provided distribution `.js` files are valid ES5.

## Usage

Expand Down

0 comments on commit df9ed0b

Please sign in to comment.