Skip to content

Commit 25f4821

Browse files
authored
docs: update the readme because there were some broken links (#464)
1 parent 1223603 commit 25f4821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ See : https://github.com/sql-js/sql.js/blob/master/test/test_node_file.js
203203
If you don't want to run CPU-intensive SQL queries in your main application thread,
204204
you can use the *more limited* WebWorker API.
205205

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).
206+
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).
207207

208208
Example:
209209
```html

0 commit comments

Comments
 (0)