Skip to content

Commit 5ef4c5d

Browse files
authored
Update README.md
1 parent 4304be1 commit 5ef4c5d

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
@@ -1,5 +1,5 @@
11
# :hatching_chick: PromiseSQL
2-
A lightweight module for running simple, promise-based SQLite3 queries in node.js. It works best in smaller projects with a lot of asynchronous development, e.g., a Discord bot with slash commands.
2+
A lightweight module for running simple, promise-based SQLite3 queries in node.js. It works best in smaller projects with a lot of asynchronous development, e.g., a Discord bot that implements slash commands.
33

44
```javascript
55
const db = require('promisesql');

0 commit comments

Comments
 (0)