From 67a0273675b2bf4220364ae7d9a369455e34aae0 Mon Sep 17 00:00:00 2001 From: Kristian Perkins Date: Sat, 25 Mar 2017 09:27:56 +1000 Subject: [PATCH] fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f95574..e3edca5 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ to your **~/.zshrc** where you're adding your other zsh plugins **after** the line `zplug "robbyrussell/oh-my-zsh"`. ```bash -setopt prompt_subst # Make sure propt is able to be generated properly. +setopt prompt_subst # Make sure prompt is able to be generated properly. zplug "adambiggs/zsh-theme", use:adambiggs.zsh-theme ```