diff --git a/README.md b/README.md index 4534136..bcac106 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Browser-recognizer needs the Emscripten WASMFS' OPFS to store its model, IDBFS w | ```Promise makeRecognizer(model: Model, sampleRate: float)``` | Make a ```Recognizer```, it will use **model**'s thread if it's the first user of **model**, else it will use a new thread. | ```setLogLevel(lvl: int)``` | Set Vosk's log level (default: ```0```: Info)
```-2```: Error
```-1```: Warning
```1```: Verbose
```2```: More verbose
```3```: Debug | | ```revokeURLs()``` | Revoke the Blob URLs of pthread worker and worklet processor | -| ```cleanUp()``` | A convenience function that call ```revokeURLs()``` and ```delete()``` on all objects and . You should put this at the end of your program! | +| ```cleanUp()``` | A convenience function that call ```revokeURLs()``` and ```delete()``` on all objects. You should put this at the end of your program! | ## ```Recognizer``` object | Function signature | Description |