summaryrefslogtreecommitdiff
path: root/plugins/mvn/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mvn/README.md')
-rw-r--r--plugins/mvn/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mvn/README.md b/plugins/mvn/README.md
index 3bbba5b4f..72cea9cb9 100644
--- a/plugins/mvn/README.md
+++ b/plugins/mvn/README.md
@@ -4,6 +4,7 @@ The mvn plugin provides many [useful aliases](#aliases) as well as completion fo
the [Apache Maven](https://maven.apache.org/) command (`mvn`).
Enable it by adding `mvn` to the plugins array in your zshrc file:
+
```zsh
plugins=(... mvn)
```