Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fourdim committed Jan 10, 2024
1 parent 339363b commit e0543ea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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
Expand Down

0 comments on commit e0543ea

Please sign in to comment.