We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1223603 commit 25f4821Copy full SHA for 25f4821
README.md
@@ -203,7 +203,7 @@ See : https://github.com/sql-js/sql.js/blob/master/test/test_node_file.js
203
If you don't want to run CPU-intensive SQL queries in your main application thread,
204
you can use the *more limited* WebWorker API.
205
206
-You will need to download [dist/worker.sql-wasm.js](dist/worker.sql-wasm.js) [dist/worker.sql-wasm.wasm](dist/worker.sql-wasm.wasm).
+You will need to download `worker.sql-wasm.js` and `worker.sql-wasm.wasm` from the [release page](https://github.com/sql-js/sql.js/releases).
207
208
Example:
209
```html
0 commit comments