From 4bca7c142d5c64fbb1c4e234468b0882e04a32d6 Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Thu, 11 Apr 2024 21:20:35 -0700 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 905d4ea..a8efd4f 100644 --- a/README.md +++ b/README.md @@ -10,15 +10,15 @@ - Has models' storage path management - Has models' ID management (for model updates) - Has smaller JS size (>3.1MB vs 1.4MB gzipped) -- All related files (pthread worker, audio worklet processor,...) are merged -- Has Faster processing time +- Has all related files (pthread worker, audio worklet processor,...) merged +- Has faster processing time - Has shorter from-scratch build time -- Has most Vosk functions exposed +- Has more Vosk functions exposed # Basic usage (microphone recognition) - Result are logged to the console. - Copied from *examples/fromMic.html* -``` +```js