From d85029dec39498ba44d53f2593ed8815700982cd Mon Sep 17 00:00:00 2001 From: jayeshnerkar26 <72207661+jayeshnerkar26@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:20:15 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 367d65a..02b6825 100755 --- a/README.md +++ b/README.md @@ -214,7 +214,7 @@ There are also some built in 'views' that will create a special column. For exa { view: "increment" , label: false , text: "+" } -will have a link that increments the quantity. Setting the `label:false` will hide the label for the view. You can specify the text of the link with that `text:` attribute. +will have a link that increase the quantity. Setting the `label:false` will hide the label for the view. You can specify the text of the link with that `text:` attribute. You can add `view: "currency"` to format the column as currency (see the currency section on more information on currency formatting).