From 020642b3afb2d1a9061c4333d9074cc0a7af53bc Mon Sep 17 00:00:00 2001 From: Javier Toledo Date: Sun, 9 Feb 2014 17:02:29 +0000 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 746e639..daf12e2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ That's all! When page loads, you'll find a few stars where you'd expect to find ### Wait, where has my input gone? -The plugin replaces your number input by a hidden field with identical name and id and adds interactive stars that will catch your clicks and save the selected values into the hidden field. In this way the form can be submitted or value readed by jQuery normally. +The plugin transforms your number input into a hidden field and wraps it inside a div with the interactive stars that will catch your clicks and save the selected values into the hidden field. In this way the form can be submitted or value readed by jQuery normally. ### Nice, but I want to use a different number of stars