From fc093a0fad4a37b56c94af62731da0c2d214a772 Mon Sep 17 00:00:00 2001 From: Ayan Sengupta Date: Tue, 28 Nov 2023 15:55:52 +0900 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: