Skip to content

Commit f6bb0e8

Browse files
committed
Update README
1 parent b8f76a8 commit f6bb0e8

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Currency Fieldtype
22

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

67
## Features
78

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

90+
### Exchange rates
91+
92+
If you change the currency in the field configuration we just use another format, that's it. We do not convert any
93+
currency into another.
94+
8995
## Supported Currencies
9096

9197
```text

0 commit comments

Comments
 (0)