diff --git a/README.md b/README.md index 765a632..b45865a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ // US$ ١٥٠٫٠٠ when using the `ar` (Arabic) locale. ``` -3. Further info about each component is available below. +3. Further information about each component is available below. ## Components @@ -49,7 +49,7 @@ The numeric value to be formatted. Required. - **currency** - required - A 3-letter string currency code as defined by ISO 4217 (e.g., USD, EUR, CNY, etc). - **options** - - An optional set of options to further format the value. See the [currencyFormatter][] docs in Globalize for more info on specific options + - An optional set of options to further format the value. See the [currencyFormatter][] docs in Globalize for more information on specific options - **locale** - optional - A string value representing the locale (as defined by BCP47) used to override the default locale (preferred) set by your application using `Globalize.locale(locale)` when formatting the amount. @@ -88,7 +88,7 @@ The date object to be formatted. Required. #### Props - **options** - - An optional set of options which defines how to format the date. See the [dateFormatter][] docs in Globalize for more info on supported patterns + - An optional set of options which defines how to format the date. See the [dateFormatter][] docs in Globalize for more information on supported patterns - **locale** - optional - A string value representing the locale (as defined by BCP47) used to override the default locale (preferred) set by your application using `Globalize.locale(locale)` when formatting the amount. @@ -213,7 +213,7 @@ The number to be formatted. Required. #### Props - **options** - - An optional set of options to further format the value. See the [numberFormatter][] docs in Globalize for more info on specific options + - An optional set of options to further format the value. See the [numberFormatter][] docs in Globalize for more information on specific options - **locale** - optional - A string value representing the locale (as defined by BCP47) used to override the default locale (preferred) set by your application using `Globalize.locale(locale)` when formatting the amount.