From 738fa379836d8b85bce464cc8088d783d9728e38 Mon Sep 17 00:00:00 2001 From: smorokin <32683528+smorokin@users.noreply.github.com> Date: Wed, 11 Nov 2020 09:01:19 +0100 Subject: [PATCH] Fixed line ordering --- docs/install.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 80790bd..26339b2 100644 --- a/docs/install.md +++ b/docs/install.md @@ -26,11 +26,10 @@ All three should install along the installation of ormar if not present at your ```py pip install ormar[postgresql] ``` +Will install also `asyncpg` and `psycopg2`. ### Mysql -Will install also `asyncpg` and `psycopg2`. - ```py pip install ormar[mysql] ```