` tags.\
These 'custom' tags are used so the script can efficiently find numbers
without needing to resort to jQuery or regex.\
This also allows you to specify numbers you don't want formatted.
+## Formatting Currencies
+To format a currency you need to add the `currency` attribute to your num
+element with the value set in the format `CURRENCY-FORMAT`.
+With currency being the three letter code for the currency.
+And format being one of:
+ - symbol
+ - narrowSymbol
+ - code
+ - name
+This is exactly parallel to the Intl.NumberFormat constructor for
+formatting currencies.
+
### Example
```html
@@ -22,6 +43,7 @@ formatting numbers manually.
This is a formatted number 1234567890
+ This is a simple formatted currency 123