Skip to content

Commit

Permalink
Merge pull request #16 from winebarrel/winebarrel-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
winebarrel authored Dec 4, 2024
2 parents cdca6e6 + 1fe21b6 commit 722afd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Flags:

```sh
$ MY_DB_HOST=database-1.cluster-abcdef012345.us-east-1.rds.amazonaws.com
$ $(rdsauth postgres://scott@$MY_DB_HOST -e)
$ $(rdsauth -e postgres://scott@$MY_DB_HOST)
$ psql -h $MY_DB_HOST -U scott
...
postgres=>
Expand Down

0 comments on commit 722afd6

Please sign in to comment.