fix README typo

This commit is contained in:
DavidGOrtega 2023-03-20 19:46:24 +01:00
parent a75901ddbd
commit e6d8abdfff
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ env.onnx.wasm.wasmPaths = '/path/to/files/';
#### Node.js
This project uses `onnxruntime-web` as default backend. However if you add the `onnxruntime-node` dependency in your project it will preferred over the web backend. `onnxruntime-node` is nearly 5X faster than WASM executor provider probably due to [this issue](https://github.com/microsoft/onnxruntime/issues/10311).
This project uses `onnxruntime-web` as default backend. However if you add the `onnxruntime-node` dependancy in your project it will preferred over the web backend. `onnxruntime-node` is nearly 5X faster than WASM executor provider probably due to [this issue](https://github.com/microsoft/onnxruntime/issues/10311).
## Usage