Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ioncache authored Mar 12, 2022
1 parent 6f6f939 commit 4ab5bb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,18 @@ by clicking on the tag.

* The list of tags may be initialized in 1 of 3 ways:

1. By passing arrays of tag names as options to the plugin
1. By passing arrays of tag names as options to the plugin
("availableTags" and "assignedTags"); or,

2. By supplying a "getURL" for the tags to be retrieved via AJAX.
2. By supplying a "getURL" for the tags to be retrieved via AJAX.

When using this method, the server must supply a JSON formatted array
When using this method, the server must supply a JSON formatted array
named "availableTags" and optionally an additional array named
"assignedTags".

3. By supplying a "getURL" and initLoad: false.
3. By supplying a "getURL" and initLoad: false.

When using this method, it will get the "assignedTags" from the array as in
When using this method, it will get the "assignedTags" from the array as in
method 1. When the user writes a tag, it will query the server searching for
similar tags.

Expand Down

0 comments on commit 4ab5bb8

Please sign in to comment.