Skip to content

Commit

Permalink
Merge pull request #22 from kanmu/winebarrel-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
winebarrel authored Dec 5, 2024
2 parents 941e1a8 + 2c47ca5 commit a043ff6
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 @@ -37,7 +37,7 @@ postgres=>
```sh
$ MY_DB_HOST=database-1.cluster-abcdef012345.us-east-1.rds.amazonaws.com
$ $(rdsauth -e mysql://scott@$MY_DB_HOST)
$ psql -h $MY_DB_HOST -u scott --enable-cleartext-plugin
$ mysql -h $MY_DB_HOST -u scott --enable-cleartext-plugin
...
mysql>
```
Expand Down

0 comments on commit a043ff6

Please sign in to comment.