Skip to content

Commit 036a065

Browse files
committed
update readme
1 parent ef782eb commit 036a065

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [6.0.2] - 2023-03-11
8+
- Update readme
9+
710
## [6.0.1] - 2023-03-11
811
- Fix publish
912

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ millify(1024000, {
4848

4949
millify(39500, {
5050
precision: 2,
51-
decimalSeparator: ","
51+
locales: "de-DE"
5252
});
5353
// 3,95K
5454

0 commit comments

Comments
 (0)