diff --git a/README.md b/README.md index 567cf85..38fd8d7 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ new Sortable(el, { Serializes the sortable's item data-id's into an array of string. -##### sort(order:`Array`) +##### sort(order:`String[]`) Sorts the elements according to the array. ```js var order = sortable.toArray();