Skip to content

Commit 60ae734

Browse files
authored
Update README.md
1 parent 64d6669 commit 60ae734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A [full documentation](http://kripken.github.io/sql.js/documentation/#http://kri
2222
## Usage
2323

2424
```javascript
25-
var initSqlJs = require('sql-wasm.js');
25+
var initSqlJs = require('sql.js');
2626
// or if you are in a browser:
2727
//var initSqlJs = window.initSqlJs;
2828

@@ -237,7 +237,7 @@ So in the past, you would:
237237
or:
238238
```javascript
239239
var SQL = require('sql.js');
240-
var db = new QL.Database();
240+
var db = new SQL.Database();
241241
//...
242242
```
243243

0 commit comments

Comments
 (0)