From 0cbb6d01bf0e7f438a5181a84b83be7f56643122 Mon Sep 17 00:00:00 2001 From: Tomas Krejci Date: Tue, 15 Jun 2021 12:58:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 032080a..cda0764 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ pip install -U sqlalchemy-stubs *Important*: you need to enable the plugin in your mypy config file: ``` [mypy] -plugins = sqlmypy +plugins = "sqlmypy" ``` To install the development version of the package: