Skip to content

Commit 880a2fe

Browse files
committed
Fix typo in readme copy
1 parent 0ff7d3f commit 880a2fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,16 @@ advanced solver and need more resolution, just use the bucket option and use
4141
`solve stats --bucket 2` to show your solves with a bucket size of 2 seconds
4242
each.
4343

44-
If you would like to see just a subset of all your solves, you can use the
45-
`min` and `max` options. For eg: `solve stats --min 10 --max 20 --bucket 2` will
46-
print the distribution of your solve times between 10 and 20 seconds at a bucket
47-
sizeof 2 seconds.
44+
If you would like to see just a subset of all your solves, you can use the `min`
45+
and `max` options. For eg: `solve stats --min 10 --max 20 --bucket 2` will print
46+
the distribution of your solve times between 10 and 20 seconds with a bucket
47+
size of 2 seconds.
4848

4949
Starting with v1.2.0, cli-cube-timer stores the time at which a solve was
5050
recorded. You can use the `--before` and `--after` options to filter out solves
5151
within a given period of time. Internally, the string is converted to a
52-
timestamp using [moment.js][1], so you can use any of the ISO 8601 standardized
53-
strings to specify the timestamps.
52+
timestamp using [moment.js][1], so you can use any supported ISO 8601 string to
53+
specify the timestamps.
5454

5555
### `solve push`
5656

0 commit comments

Comments
 (0)