diff --git a/docs/cli.md b/docs/cli.md index 6b8f208f305..1e3664da01b 100644 --- a/docs/cli.md +++ b/docs/cli.md @@ -1178,7 +1178,7 @@ you can also define in your `pyproject.toml` that the plugin is required for the ```toml [tool.poetry.requires-plugins] -poetry-plugin-export = ">1.8" +poetry-plugin-export = ">=1.8" ``` {{% /warning %}}