From dd56000e6d5c075d39fe40112b0158f42d624deb Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Sat, 31 Jan 2015 18:11:43 -0700 Subject: [PATCH] Upgrade to release v3.5.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9435b4b..dca4fce 100644 --- a/README.md +++ b/README.md @@ -336,7 +336,7 @@ $('#input-id').rating('update', 3); ``` #### refresh -Use this method to dynamically refresh the rating options via javascript after the plugin has been initialized. The method accepts the plugin options entered as an array. +Use this method to dynamically refresh the rating options via javascript after the plugin has been initialized. The method accepts the plugin options entered as object (associative array). ```js // Example: Call the method below in rating.change event to disable the rating and // hide the clear button.