Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ca3de26

Browse files
committedSep 16, 2015
Update README.md
change duplicate currencyDecimalSeparator option currencyGroupSeparator to correct option name: currencyGroupSeparator
1 parent c2addb1 commit ca3de26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ $("#numberContainer").animateNumber(Date.now());
5050

5151
**currencyIndicator** (default="$"): The currency symbol to be prepended to the number. Only used if format="currency".
5252

53-
**currencyDecimalSeparator**: The character to be inserted between groups of thousands when displaying currency. The default value is determined by the browser's current locale.
53+
**currencyGroupSeparator**: The character to be inserted between groups of thousands when displaying currency. The default value is determined by the browser's current locale.
5454

5555
**currencyDecimalSeparator**: The character to be inserted between the integer and decimal values when displaying currency. The default value is determined by the browser's current locale.
5656

5757
**callback** (optional): Callback to be called at end of animation.
5858

5959
### License
60-
jquery-animateNumber is free software, and may be redistributed under the MIT-LICENSE.
60+
jquery-animateNumber is free software, and may be redistributed under the MIT-LICENSE.

0 commit comments

Comments
 (0)
Please sign in to comment.