From 258174d706043fdfe5027ce6d75cd677da328aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20G=C3=BCr?= Date: Tue, 14 Feb 2017 14:45:57 +0200 Subject: [PATCH] Update README.md "unique" paramater added to the document. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a8abe7a..f153686 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ option to false. 'height':'100px', 'width':'300px', 'interactive':true, + 'unique': true, 'defaultText':'add a tag', 'onAddTag':callback_function, 'onRemoveTag':callback_function,