From 3562bf0f1929076da6c3f961d82021cb5d3e9159 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Fri, 17 Oct 2014 09:49:30 +0530 Subject: [PATCH] Upgrade to release v3.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ba5c72..a404a93 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ _string_ the base CSS class for the clear button. Defaults to `clear-rating`. _string_ the CSS class for the clear button that will be appended to the base class above when button is hovered/activated. Defaults to `clear-rating-active`. #### clearValue -_string_ the value to clear the input to, when the clear button is clicked. Defaults to `0`. +_string_ the value to clear the input to, when the clear button is clicked. Defaults to `min` if not set. #### clearCaption _string_ the caption displayed when clear button is clicked. Defaults to `Not Rated`.