Fixed line ordering

This commit is contained in:
smorokin
2020-11-11 09:01:19 +01:00
committed by GitHub
parent 56444f2638
commit 738fa37983

View File

@ -26,11 +26,10 @@ All three should install along the installation of ormar if not present at your
```py ```py
pip install ormar[postgresql] pip install ormar[postgresql]
``` ```
Will install also `asyncpg` and `psycopg2`.
### Mysql ### Mysql
Will install also `asyncpg` and `psycopg2`.
```py ```py
pip install ormar[mysql] pip install ormar[mysql]
``` ```