Skip to content

Commit 0aaa100

Browse files
authored
Update README.md
1 parent bdc8d09 commit 0aaa100

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ $ pip install databases[sqlite]
4141

4242
Driver support is providing using one of [asyncpg][asyncpg], [aiomysql][aiomysql], or [aiosqlite][aiosqlite].
4343

44-
**Note**: Use `ipython` to try these example from the console, since it supports `await`.
45-
4644
## Getting started
4745

46+
**Note**: Use `ipython` to try these example from the console, since it supports `await`.
47+
4848
Declare your tables using SQLAlchemy:
4949

5050
```python

0 commit comments

Comments
 (0)