diff --git a/README.rst b/README.rst index 6f3e68a..8008fbf 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ sub-group, across multiple sub-groups, or some combination. Enabling Plugins ---------------- -For a more detailed example see the `examples `_ section. +For a more detailed example see the `examples `_ section. The only requirement is decorating ``click.group()`` with ``click_plugins.with_plugins()`` which handles attaching external commands and groups. In this case the core CLI developer