diff options
author | dfhoughton <dfhoughton@gmail.com> | 2020-05-17 12:34:59 -0400 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2020-05-17 12:34:59 -0400 |
commit | 70ed11d3367f50184b9064c818c6793b1a3c07b8 (patch) | |
tree | 23f6b5f780c096f70aee1204a3580086575d3339 /README.md | |
parent | a766329bc1e10660e1779013950e3bf58312ee7c (diff) | |
download | two-timer-70ed11d3367f50184b9064c818c6793b1a3c07b8.zip |
added 'since' expressions and also 'the' as a synonym for 'this'
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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/. |