Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
esdoefom committed Jul 5, 2023
1 parent b8f76a8 commit f6bb0e8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Currency Fieldtype

Currency Fieldtype is a Statamic addon that lets you handle any currency with ease. Well, not any, but many at least.
168 to be precise. See which [currencies we currently support](#supported-currencies).
Currency Fieldtype is a Statamic addon that lets you handle any currency with ease by utilizing an input mask. Well, not
any, but many at least. 25 of the world's most traded ones to be precise. See
which [currencies we currently support](#supported-currencies).

## Features

Expand Down Expand Up @@ -86,6 +87,11 @@ Let's say we have an entry with a price (the field uses the Currency Fieldtype)
will be displayed as `$1,234.56`. If you then convert to `JPY` (Japanese Yen) which has `0` decimal digits, you'll get a
wrong result of `¥1,235`. That's just something to keep in mind in case you'd need to reconfigure the field.

### Exchange rates

If you change the currency in the field configuration we just use another format, that's it. We do not convert any
currency into another.

## Supported Currencies

```text
Expand Down

0 comments on commit f6bb0e8

Please sign in to comment.