Skip to content

Commit 5075732

Browse files
committed
add example links
1 parent 8e7350e commit 5075732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[discord-url]: https://discord.gg/9Xpy2HGBuD
22

33
# Web LLM
4-
| [NPM Package](https://www.npmjs.com/package/@mlc-ai/web-llm) | [Get Started](#get-started) | [MLC LLM](https://github.com/mlc-ai/mlc-llm) | [Discord][discord-url]
4+
| [NPM Package](https://www.npmjs.com/package/@mlc-ai/web-llm) | [Get Started](#get-started) | [Examples](examples)| [MLC LLM](https://github.com/mlc-ai/mlc-llm) | [Discord][discord-url] |
55

66
WebLLM is a modular, customizable javascript package that directly
77
brings language model chats directly onto web browsers with hardware acceleration.
@@ -156,7 +156,7 @@ WebLLM package is a web runtime designed for [MLC LLM](https://github.com/mlc-ai
156156
157157
4. Validate some of the sub-packages
158158
159-
You can then go to the subfolders in [examples] to validate some of the sub-packages.
159+
You can then go to the subfolders in [examples](examples) to validate some of the sub-packages.
160160
We use Parcelv2 for bundling. Although Parcel is not very good at tracking parent directory
161161
changes sometimes. When you make a change in the WebLLM package, try to edit the `package.json`
162162
of the subfolder and save it, which will trigger Parcel to rebuild.

0 commit comments

Comments
 (0)