File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ See : http://lovasoa.github.io/sql.js/GUI/gui.js
100100
101101### Use from node.js
102102
103- ` sql.js ` is hosted on npm. To install it, you can simply run ` npm install sql.js ` .
103+ ` sql.js ` is [ hosted on npm] ( https://www.npmjs.org/package/sql.js ) . To install it, you can simply run ` npm install sql.js ` .
104104Alternatively, you can simply download the file ` sql.js ` , from the download link below.
105105
106106#### read a database from the disk:
@@ -161,9 +161,9 @@ See : https://github.com/lovasoa/sql.js/blob/master/test/test_worker.js
161161## Documentation
162162The API is fully documented here : http://lovasoa.github.io/sql.js/documentation/
163163
164- ## Download
165- You can download ` sql.js ` here : http://lovasoa.github.io/sql.js/js/sql.js
166- And the Web Worker version: http://lovasoa.github.io/sql.js/js/worker.sql.js
164+ ## Downloads
165+ - You can download ` sql.js ` here : http://lovasoa.github.io/sql.js/js/sql.js
166+ - And the Web Worker version: http://lovasoa.github.io/sql.js/js/worker.sql.js
167167
168168## Differences from the original sql.js
169169 * Support for BLOBs
You can’t perform that action at this time.
0 commit comments