From 3efe340b50b8b33fa235dc7fefce034e0f2eddbd Mon Sep 17 00:00:00 2001 From: Sophie Kirschner Date: Sun, 20 May 2018 12:28:26 +0300 Subject: [PATCH] Tweak readme Fix a typo and hopefully fix some weird wrapping --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9c748cc..5f8ac49 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ It supports most of the combined features of [Ruby](https://apidock.com/ruby/DateTime/strftime), and [GNU C](https://www.gnu.org/software/libc/manual/html_node/Formatting-Calendar-Time.html) strftime and strptime functions. -With strtime is is possible to write and parse calendar dates (e.g. `%Y-%m-%d`), +It's possible to write and parse calendar dates (e.g. `%Y-%m-%d`), week dates (e.g. `%G-W%V-%u`), and ordinal dates (e.g. `%Y-%j`). ## Installation