From 350af732c84880f6d8fbe06adfd87961fb6293ca Mon Sep 17 00:00:00 2001 From: Lakshmi-Sharma Date: Tue, 3 Nov 2015 16:44:27 +0530 Subject: [PATCH] Changed doc to clarify that input is treated as string #109 --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 2f3b3f4..e53e7f9 100644 --- a/index.html +++ b/index.html @@ -106,7 +106,10 @@

Demo / Try it out

Money formatting:

-

Enter any number into the box and choose currency. Uses accounting.formatMoney():

+

Enter any number into the box and choose currency. Uses accounting.formatMoney(): +
+ (In this demo, input will be treated as string) +