From 4f49c4a35f1766da6261414764a8f78fb3b59240 Mon Sep 17 00:00:00 2001
From: Giridaran Manivannan <ace03uec@users.noreply.github.com>
Date: Thu, 15 Dec 2016 12:42:27 +0530
Subject: [PATCH] docs: Update zplug install instruction

The latest version of zplug has deprecated the `nice` tag. The `defer` tag is the preferred method now.
---
 INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL.md b/INSTALL.md
index 5080b29..8532560 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -82,7 +82,7 @@ Add `zgen load zsh-users/zsh-syntax-highlighting` to the end of your `.zshrc`.
 
 #### [zplug](https://github.com/zplug/zplug)
 
-Add `zplug "zsh-users/zsh-syntax-highlighting", nice:10` to your `.zshrc`.
+Add `zplug "zsh-users/zsh-syntax-highlighting", defer:2` to your `.zshrc`.
 
 #### [zplugin](https://github.com/psprint/zplugin)