zsh-users / antigen

The plugin manager for zsh.
http://antigen.sharats.me
MIT License
8.01k stars 279 forks source link

Typo in wiki quick-start #709

Open wilfriedroset opened 4 years ago

wilfriedroset commented 4 years ago

Description

While following the quick-start guide I've found a little typo which could be easily fixed but unfortunately (as far as I know of) we cannot PR on wiki.

diff --git a/Quick-start.md b/Quick-start.md
index 821c400..e70d1e0 100644
--- a/Quick-start.md
+++ b/Quick-start.md
@@ -32,7 +32,7 @@ We recommend rather than `.zshrc` to use `.antigenrc` but both methods are perfe
     # Load the oh-my-zsh's library
     antigen use oh-my-zsh

-    antigen bundle <<EOBUNDLES
+    antigen bundles <<EOBUNDLES
         # Bundles from the default repo (robbyrussell's oh-my-zsh)
         git

Enjoy. Thanks for your work