From 54f692a4a280c34b355b54b6eb707ae78e84bd21 Mon Sep 17 00:00:00 2001 From: Reed Es Date: Sat, 20 Nov 2021 14:55:36 -0700 Subject: [PATCH] added example image --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c33d6..95bf250 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Formatters for the concise display of Numbers, Currency, and Time Intervals -Use where precison isn’t critical, but space is at a premium. Compact values like `$8.6M` are more easily grasped over values like `$8,603,842.35`, lowering the cognitive load for the user. +Why _SwiftCompactor_? First, use where precision isn’t critical, but space is at a premium. Second, compact values like `$8.6M` are more easily grasped over values like `$8,603,842.35`, lowering the cognitive load for the user. Available as an open source Swift library to be incorporated in other apps.