Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
drgrib committed Mar 19, 2017
1 parent 2572111 commit f2bbf9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and you will start a timer count down like so
## Parsing Rules

* All integers less than `100` will be interpretted as minutes
* Any strings fitting a call to `time.ParseDuration` will be interpretted as that duration
* Any strings fitting a call to [`time.ParseDuration`](https://golang.org/pkg/time/#ParseDuration) will be interpretted as that duration
* Any strings ending in `a`, `p`, `am`, or `pm` will be interpretted as times
* Any integers greater than `100` will be interpretted as times. E.g. `242` will be interpretted as the next occurence of `2:42` and set to `am` or `pm`, whichever is soonest.

Expand Down

0 comments on commit f2bbf9e

Please sign in to comment.