Skip to content

Commit 92fca0a

Browse files
committed
docs(readme): bumps version in example one-liner to 2.2.0
1 parent 2e92332 commit 92fca0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ With the file locally on your file system, you can directly invoke it.
5656
Alternatively, you could download the script and pipe it into `sh`:
5757

5858
```sh
59-
$ wget -qO- https://raw.githubusercontent.com/eficode/wait-for/v2.1.3/wait-for | sh -s -- google.com:80 -- echo success
59+
$ wget -qO- https://raw.githubusercontent.com/eficode/wait-for/v2.2.0/wait-for | sh -s -- google.com:80 -- echo success
6060
```
6161

6262
_Note: When using the latter option, make sure to pin the version by commit hash. Future releases could introduce non-backwards compatible changes and leaves you vulnerable to malicious users modifying this script in the future (as has e.g. [happened with Codecov](https://about.codecov.io/security-update/))._

0 commit comments

Comments
 (0)