From 3a6e01c00d4245152273f342f834f30a1f3586c8 Mon Sep 17 00:00:00 2001 From: abetomo Date: Wed, 7 Jul 2021 12:58:16 +0900 Subject: [PATCH] docs: update the readme because there were some broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c4af6ef..c640ef21 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ See : https://github.com/sql-js/sql.js/blob/master/test/test_node_file.js If you don't want to run CPU-intensive SQL queries in your main application thread, you can use the *more limited* WebWorker API. -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). Example: ```html