From d3a2095ca3e3740dc1f0a3cfe9872d6697a0355a Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Wed, 28 Dec 2016 12:27:42 -0800 Subject: [PATCH] fix a typo --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 91c7a2e..5024ffd 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ v0.10.0 on 2016-12-28 - Remove the old API deprecated in v0.9. -- Bundle some locales that you can use with `strftime.localizedByIdentifier('nl_NL')`. Full list available in the [readme](https://github.com/samsonjs/strftime/blob/master/Readme.md). +- Bundle some locales that you can use with `strftime.localizeByIdentifier('nl_NL')`. Full list available in the [readme](https://github.com/samsonjs/strftime/blob/master/Readme.md). Thanks to [Andrew Pirondini](https://github.com/andrewjpiro) of [iFixit](https://ifixit.com) - Add instructions to install with Yarn.