Skip to content

Commit d266bc0

Browse files
committed
minor readme fix
1 parent dc40f19 commit d266bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Calculate monthly average build time and success rate of a repo over the last ye
2626
build-stats travis:boltpkg/bolt calculate
2727
```
2828

29-
Calculate daily average build time and success rate of a repo over the last month:
29+
Calculate the daily average build time and success rate of a repo over the last month:
3030

3131
```sh
3232
build-stats travis:boltpkg/bolt calculate --period 1 --last 30
3333
```
3434

35-
Calculate daily average build time and success rate of the master branch of a repo over the last 90 days:
35+
Calculate the daily average build time and success rate of the master branch of a repo over the last 90 days:
3636

3737
```sh
3838
$ build-stats travis:boltpkg/bolt calculate --branch master --period 1 --last 90

0 commit comments

Comments
 (0)