We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d6669 commit 60ae734Copy full SHA for 60ae734
1 file changed
README.md
@@ -22,7 +22,7 @@ A [full documentation](http://kripken.github.io/sql.js/documentation/#http://kri
22
## Usage
23
24
```javascript
25
-var initSqlJs = require('sql-wasm.js');
+var initSqlJs = require('sql.js');
26
// or if you are in a browser:
27
//var initSqlJs = window.initSqlJs;
28
@@ -237,7 +237,7 @@ So in the past, you would:
237
or:
238
239
var SQL = require('sql.js');
240
-var db = new QL.Database();
+var db = new SQL.Database();
241
//...
242
```
243
0 commit comments