Skip to content

Commit 983f705

Browse files
authored
Update docs for v1.2.0 (#24)
1 parent 59ab9a1 commit 983f705

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
A prebuilt [release][github-release-link] binary can be downloaded by running:
1616

1717
```bash
18-
$ wget -q https://github.com/joshdk/retry/releases/download/v1.1.0/retry-linux-amd64.tar.gz
18+
$ wget -q https://github.com/joshdk/retry/releases/download/v1.2.0/retry-linux-amd64.tar.gz
1919
$ tar -xf retry-linux-amd64.tar.gz
2020
$ sudo install retry /usr/bin/retry
2121
```
@@ -67,7 +67,7 @@ Usage: retry [flags] command|url
6767
-task-time duration
6868
maximum time for a single attempt
6969
-version
70-
print the version "1.1.0" and exit
70+
print the version "1.2.0" and exit
7171
```
7272

7373
### Running a command
@@ -184,8 +184,8 @@ This code is distributed under the [MIT License][license-link], see [LICENSE.txt
184184
[github-release-link]: https://github.com/joshdk/retry/releases
185185
[go-report-card-badge]: https://goreportcard.com/badge/github.com/joshdk/retry
186186
[go-report-card-link]: https://goreportcard.com/report/github.com/joshdk/retry
187-
[godoc-badge]: https://godoc.org/github.com/joshdk/retry/retry?status.svg
188-
[godoc-link]: https://godoc.org/github.com/joshdk/retry/retry
187+
[godoc-badge]: https://pkg.go.dev/badge/github.com/joshdk/retry/retry
188+
[godoc-link]: https://pkg.go.dev/github.com/joshdk/retry/retry
189189
[license-badge]: https://img.shields.io/badge/license-MIT-green.svg
190190
[license-file]: https://github.com/joshdk/retry/blob/master/LICENSE.txt
191191
[license-link]: https://opensource.org/licenses/MIT

0 commit comments

Comments
 (0)