summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordfhoughton <dfhoughton@gmail.com>2020-05-17 12:34:59 -0400
committerdfhoughton <dfhoughton@gmail.com>2020-05-17 12:34:59 -0400
commit70ed11d3367f50184b9064c818c6793b1a3c07b8 (patch)
tree23f6b5f780c096f70aee1204a3580086575d3339 /README.md
parenta766329bc1e10660e1779013950e3bf58312ee7c (diff)
downloadtwo-timer-70ed11d3367f50184b9064c818c6793b1a3c07b8.zip
added 'since' expressions and also 'the' as a synonym for 'this'
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index bc93695..3854717 100644
--- a/README.md
+++ b/README.md
@@ -38,5 +38,7 @@ Some expressions it can handle:
* ten seconds from now
* 5 minutes before and after midnight
* 1969-05-06 12:03:05
+* since the start of the year
+* since yesterday
-The complete API is available at https://docs.rs/two_timer/0.1.0/two_timer/.
+The complete API is available at https://docs.rs/two_timer/.