Skip to content

Commit f8af3dc

Browse files
authored
Merge pull request #25 from sendgrid/install_fix
Updated README to have correct path for install example. #patch
2 parents 164b7b6 + 802cd64 commit f8af3dc

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
@@ -32,7 +32,7 @@ $ aws ssm put-parameter --name /testing/my-app/privatekey --value "some-private-
3232
2. Install aws-env using static binary (amd64 only) (choose proper [version](https://github.com/sendgrid/aws-env/releases)).
3333

3434
```
35-
$ wget https://github.com/sendgrid/aws-env/releases/download/v1.2.1/aws-env -O aws-env
35+
$ wget https://github.com/sendgrid/aws-env/releases/download/1.3.3/aws-env -O aws-env
3636
```
3737

3838
OR build from source

0 commit comments

Comments
 (0)