From e0543ea14b3f5a954242d656b937ba0904a99af7 Mon Sep 17 00:00:00 2001 From: fourdim <59462000+fourdim@users.noreply.github.com> Date: Wed, 10 Jan 2024 17:35:19 -0500 Subject: [PATCH] docs: update readme --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ece950..48763d7 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ See the bugzilla issue [here](https://bugzilla.mozilla.org/show_bug.cgi?id=14235 **As firefox 122 will support the API, this project will be archived in a predictable future.** +Packages are available at: + +- https://www.npmjs.com/package/intl-segmenter-polyfill-rs +- https://www.npmjs.com/package/intl-segmenter-polyfill-rs-web + ## Usage ### Install `wasm-pack` @@ -29,13 +34,13 @@ cargo install icu_datagen ### Generate the data ``` -sh icu-datagen.sh +bash icu-datagen.sh ``` ### Build ``` -sh build.sh +bash build.sh ``` ### Use it in your project