Skip to content

Commit 60f419f

Browse files
committed
Update README
1 parent a632d79 commit 60f419f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This library is inspired by [databases](https://github.com/encode/databases).
1313
## Usage
1414

1515
```bash
16-
pip install based[sqlite]
16+
pip install based[sqlite] # or based[postgres]
1717
```
1818

1919
```python

based/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"
22

33
from based.backends import Session
44
from based.database import Database

0 commit comments

Comments
 (0)