Skip to content

Commit 581b310

Browse files
committed
Update README.md for wasm
1 parent 9331c0c commit 581b310

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: bindings/wasm/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ If you pass `--demo-dev`, a development server for the demo will be started.
1313

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

16+
You can also find the recent pre-built package at npm: https://www.npmjs.com/package/kiwi-nlp.
17+
1618
## Documentation
1719

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

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

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

2426
## Example Usage
2527

0 commit comments

Comments
 (0)