Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@

Converts number like 1000 to 1K and 1500 to 1.5K.

# Why a K letter?
People occasionally represent the number in a non-standard notation by replacing the last three zeros of the general numeral with "k": for instance, 1k (or 1K) for 1,000.

For now, to use FriendlyNumbers just add `FriendlyNumbers.swift` to your project.



# Examples

```
Expand Down