Skip to content

Commit

Permalink
Update README.md for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
bab2min committed Jul 3, 2024
1 parent 9331c0c commit 581b310
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bindings/wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ If you pass `--demo-dev`, a development server for the demo will be started.

Running the above command also automatically upgrades to package version if it doesn't match the version in the main project.

You can also find the recent pre-built package at npm: https://www.npmjs.com/package/kiwi-nlp.

## Documentation

The documentation for the package can be generated by running `npm run doc` inside the `package` directory.

The main entry point for the API is `KiwiBuilder`, which is used to create instances `Kiwi`.

You can see the documentation of the recent version at https://bab2min.github.io/Kiwi/kiwi-nlp/ .
You can see the documentation of the recent version at https://bab2min.github.io/Kiwi/kiwi-nlp/.

## Example Usage

Expand Down

0 comments on commit 581b310

Please sign in to comment.