From df9ed0ba71e20696e5583a6eb3cc09686fb32719 Mon Sep 17 00:00:00 2001 From: Jason Johnston Date: Tue, 4 May 2021 10:29:22 -0600 Subject: [PATCH] docs: update readme to reflect dist files now being ES5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fabaeb..cf848bb 100644 --- a/README.md +++ b/README.md @@ -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