From 1fe21b6097786cbb24632743066075d03e751e9f Mon Sep 17 00:00:00 2001 From: Genki Sugawara Date: Wed, 4 Dec 2024 23:01:46 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc6294..57280e1 100644 --- a/README.md +++ b/README.md @@ -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=>