From 99268f9ad2e1ab3e048a49dd3521eae3ef8ec364 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Sun, 25 Aug 2024 00:05:00 +0100 Subject: [PATCH 1/3] doc: notice the presence of a light version --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f35e8f7..b0f7fc1 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,13 @@ wasm-pack build * `strsim` for text similarity. * `rhai` for scripting. +## Lite Version +We also offer a lite version of this library for those who need a more lightweight solution. + +You can find it here [npm/afrim-lite](https://www.npmjs.com/package/afrim-input-lite). + +**Note:** This version implies the dropped rhai feature. + ### Installation ``` From ac049651a5cb070c6b9682beba286759266eb835 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Sun, 25 Aug 2024 00:06:09 +0100 Subject: [PATCH 2/3] fix heading --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0f7fc1..9796a2e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ wasm-pack build * `strsim` for text similarity. * `rhai` for scripting. -## Lite Version +### Lite Version We also offer a lite version of this library for those who need a more lightweight solution. You can find it here [npm/afrim-lite](https://www.npmjs.com/package/afrim-input-lite). From afb6574494c90757671b3a1cd9211e7945fcff86 Mon Sep 17 00:00:00 2001 From: Brady Fomegne Date: Sun, 25 Aug 2024 00:08:41 +0100 Subject: [PATCH 3/3] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9796a2e..0034c42 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ wasm-pack build ### Lite Version We also offer a lite version of this library for those who need a more lightweight solution. -You can find it here [npm/afrim-lite](https://www.npmjs.com/package/afrim-input-lite). +You can find it here [npm/afrim-lite](https://www.npmjs.com/package/afrim-lite). **Note:** This version implies the dropped rhai feature.