From e0604f0ddb0dfac0cd508736fb10db8a3056062d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 2 Sep 2013 21:23:36 +1200 Subject: Correct array appending syntax in README --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index f84c7c5e..2ee897ef 100644 --- a/README.markdown +++ b/README.markdown @@ -80,7 +80,7 @@ syntax for certain things such as appending items to arrays: Compare this to the much nicer syntax available since 3.1-alpha1, which actually works for arrays with sparse indexes, unlike the above syntax: - array+=$item + array+=("$item") My prompt generally looks like this, colored bright green: -- cgit v1.2.3