From 7d1af8ed3f82a371a55365e3f6127fa03e5ef078 Mon Sep 17 00:00:00 2001 From: Matthew Groves Date: Thu, 31 Dec 2015 16:56:46 -0500 Subject: [PATCH] updated readme documentation to include 'unique' option --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a8abe7a..854c838 100644 --- a/README.md +++ b/README.md @@ -99,5 +99,6 @@ option to false. 'removeWithBackspace' : true, 'minChars' : 0, 'maxChars' : 0, // if not provided there is no limit - 'placeholderColor' : '#666666' + 'placeholderColor' : '#666666', + 'unique' : true // set to false if you want to allow duplicate tags });