summaryrefslogtreecommitdiff
path: root/plugins/textmate
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/textmate')
-rw-r--r--plugins/textmate/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/textmate/README.md b/plugins/textmate/README.md
index 9fd342135..e6c1943f4 100644
--- a/plugins/textmate/README.md
+++ b/plugins/textmate/README.md
@@ -3,7 +3,8 @@
The plugin adds a function for the [TextMate](https://macromates.com) editor.
To use it, add `textmate` to the plugins array of your zshrc file:
-```
+
+```zsh
plugins=(... textmate)
```