summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2019-02-03 08:28:25 -0500
committerdfhoughton <dfhoughton@gmail.com>2019-02-03 08:28:25 -0500
commit2a9d017742aaceb4c61ca4d567c00e2855541002 (patch)
tree71b330d8e44ef4feb6a720817b224f110667c42f
parenta46b2680ad0f6d006247e4fc5f09bd9f5e9e3be9 (diff)
downloadtwo-timer-2a9d017742aaceb4c61ca4d567c00e2855541002.zip
some comments
-rw-r--r--CHANGES.md2
-rw-r--r--README.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 076be0c..c7114a0 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -14,6 +14,6 @@
* added `<year>` pattern
* added ordinals for days of the month
* added kalends, nones, ides
-* added March 5th, the fifth, etc.
+* added March 5th, the fifth, Friday the 13th, etc.
* added period before/after/around time
* added noon and midnight
diff --git a/README.md b/README.md
index f509d0c..3a90a26 100644
--- a/README.md
+++ b/README.md
@@ -32,5 +32,6 @@ Some expressions it can handle:
* 15 minutes around 12:13:43 PM
* noon on May 6, 1969
* midnight on May 6, 1969
+* Friday the 13th
The complete API is available at https://docs.rs/two_timer/0.1.0/two_timer/.