From e5243a78ec1267653fc5837e8638734d3cfb6954 Mon Sep 17 00:00:00 2001 From: webbrain-one <295484252+webbrain-one@users.noreply.github.com> Date: Fri, 21 Aug 2026 08:52:41 +0300 Subject: [PATCH] docs: improve README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89bc111..5dafa3d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ + + # SpringText [![Language](https://img.shields.io/badge/Swift-4%20%26%205-orange.svg)]() @@ -33,7 +35,7 @@ lbl_num1.text(num: 1000000000) Default currency symbol is `dollor` sign `$` ```swift lblAmount.setCurrency(symbol: "₩") -lblAmount.text(num:192398, showCurrency:true) +lblAmount.text(num:192398) ``` ## Installation