Skip to content

Commit

Permalink
Merge pull request #50 from owenfarrell/issue-44
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
vito authored Jun 9, 2020
2 parents 88b42cb + e4f8ff9 commit a5f2232
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ level of precision is better left to other tools.

## Source Configuration

* `interval`: *Optional.* The interval on which to report new versions. Valid
values: `60s`, `90m`, `1h`.
* `interval`: *Optional. Required unless `start` and `stop` are defined.* The
interval on which to report new versions. Valid examples: `60s`, `90m`, `1h`.

* `location`: *Optional. Default `UTC`.* The
[location](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) in
Expand All @@ -24,7 +24,8 @@ level of precision is better left to other tools.

* `start` and `stop`: *Optional.* Only create new time versions between this
time range. The supported formats for the times are: `3:04 PM`, `3PM`, `3
PM`, `15:04`, and `1504`.
PM`, `15:04`, and `1504`. If a `start` is specified, a `stop` must also be
specified, and vice versa.

e.g.

Expand Down

0 comments on commit a5f2232

Please sign in to comment.