From f6008b3b39aef92f03f49eeca04dec38d4c69922 Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Thu, 15 Feb 2024 09:05:11 -0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f84e78..3b6a144 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ - **THE LIBRARY IS STILL UNDER DEVELOPMENT!** - A speech recognizer built on Vosk that can be run on the browser, inspired by [vosk-browser](https://github.com/ccoreilly/vosk-browser), but built from scratch and no code taken! - Designed with strong exception safety -- See the usage folder's README.md for API documentation and important notes +- See the usage folder's README.md for API documentation, notes. - See the devel folder for the newest build (not guaranteed to work) and the JS build script # Additions to vosk-browser: @@ -10,8 +10,8 @@ - Model storage path management (for multiple models) - Model ID management (for model updates) - Smaller JS size (>5.7MB vs 3.8MB) -- All files are merged into a single bundle. +- All related files are bundled # Basic usage -- None now +- Use the prebuilt binary through JsDelivr.