From ced130f13d16f4b85c0494ab28a22ce6c6d67975 Mon Sep 17 00:00:00 2001 From: David O'Trakoun Date: Sat, 23 Jul 2016 12:46:34 -0400 Subject: [PATCH] stick to dashed plugin name for OMZ install --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9cc7d0e..f4eb79f 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ for testing before adding it to your `.zshrc`. ##### [Oh-My-Zsh](http://ohmyz.sh/) 1. `cd ~/.oh-my-zsh/custom/plugins` -1. `git clone git@github.com:paulirish/git-open.git gitopen` -1. Add git-open to your plugin list - edit `~/.zshrc` and change - `plugins=(...)` to `plugins=(... gitopen)` +1. `git clone git@github.com:paulirish/git-open.git` +1. Add `git-open` to your plugin list - edit `~/.zshrc` and change + `plugins=(...)` to `plugins=(... git-open)` ##### [Zgen](https://github.com/tarjoilija/zgen)