Skip to content

Commit 7a08327

Browse files
committed
Add link & reformat downloads
1 parent f460869 commit 7a08327

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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`.
104104
Alternatively, 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
162162
The 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

0 commit comments

Comments
 (0)