Browse Source

Missing colon

master
Ben Ashton 3 years ago
parent
commit
da2a186c95
  1. 2
      README.md

2
README.md

@ -32,7 +32,7 @@ ES6 Module:
import { PawSQLite, PawSQLiteError } from "pawsqlite";
```
CommonJS
CommonJS:
```javascript
const PawSQLite = require("pawsqlite");

Loading…
Cancel
Save