Skip to content

Commit c195d3d

Browse files
authored
Update README.md
1 parent 3c912ae commit c195d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ millify(1440000, {
6464
Name | Type | Default | Description
6565
--- | --- | --- | ---
6666
`precision` | `number` | `1` | Number of decimal places to use
67-
`locales` | `string \| Array<string>` | `'.'` | Formats the number in different languages
67+
`locales` | `string \| Array<string>` | browser language | Formats the number in different languages
6868
`lowercase` | `boolean` | `false` | Use lowercase abbreviations
6969
`space` | `boolean` | `false` | Add a space between number and abbreviation
7070
`units` | `Array<string>` | `['', 'K', 'M', 'B', 'T', 'P', 'E']` | Unit abbreviations

0 commit comments

Comments
 (0)