From 42460d50558a959cb81946dafbbc32a885fd491f Mon Sep 17 00:00:00 2001 From: LE MEILLAT <165936401+aeltorio@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:29:47 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9ca3a5..9399efa 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ async function main() { main() ``` -See https://github.com/sctg-development/ai-outlook/blob/HEAD/src/aipane/aipane.ts#L11-L23 for an example of how to use this in a react app. +See https://github.com/sctg-development/ai-outlook/blob/HEAD/src/aipane/aipane.ts#L12-L34 for an example of how to use this in a react app. Look also at webpack.config.js for the configuration of the webpack bundler. - devilyouwei updated this repo to make this module support the js `require` keyword and added the using example. - 2023-1-10, devilyouwei added `encodePieces`. -- original author: https://github.com/JanKaul/sentencepiece \ No newline at end of file +- original author: https://github.com/JanKaul/sentencepiece