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: