Skip to content

Commit cb799a5

Browse files
committed
Update README.md
Updated require path. Simply require('sql.js') now works as according to my setup.
1 parent 42ba165 commit cb799a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ SQLite is public domain, sql.js is MIT licensed.
1111
## Usage
1212

1313
```javascript
14-
var sql = require('./js/sql-api.js');
14+
var sql = require('sql.js');
1515
// or sql = window.SQL if you are in a browser
1616

1717
// Create a database

0 commit comments

Comments
 (0)