From cd9071ce8108dd090572a533c99c4ca0f7cee47e Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:30:38 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bd255d..224905d 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ cd Browser-recognizer && | MAX_MEMORY | Set max memory, valid suffixes: kb, mb, gb, tb or none (bytes) | ```300mb```, as [recommended](https://alphacephei.com/vosk/models) | | MAX_THREADS | Set the max number of thread (2 min) | ```2``` (1 OPFS thread + 1 model/recognizer thread) | | COMPILE_JOBS | Set the number of jobs (threads) when compiling | ```$(nproc)``` | -| EMSDK | Set EMSDK's path (will install EMSDK in root folder if unset) | ```.``` | +| EMSDK | Set EMSDK's path (will install EMSDK in root folder if unset) | ```emsdk``` | ## Response headers Browser-recognizer require SharedArrayBuffer, so these response headers must be set: - ***Cross-Origin-Embedder-Policy*** ---> ***require-corp***