Skip to content

Commit 9171e83

Browse files
committed
Update readme.md
1 parent 70aa93e commit 9171e83

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
@@ -25,7 +25,7 @@ If the database file already exists then the schema won't be updated, but if it
2525

2626
```python
2727
from easydb import EasyDB
28-
db = EasyDb('my.db', {'users': ['username text', 'description text']})
28+
db = EasyDB('my.db', {'users': ['username text', 'description text']})
2929

3030
db.query("INSERT INTO users (username, description) VALUES (?, ?)", ('ben', 'some sort of description'))
3131

0 commit comments

Comments
 (0)