Skip to content

Commit 9231758

Browse files
committed
Fix small mistakes in README
1 parent a2aef3e commit 9231758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# gcp-sql-proxy
2-
[Google Cloud Platform SQL Proxy extension](https://github.com/GoogleCloudPlatform/cloud-sql-proxy)
2+
[Google Cloud Platform SQL Proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy) extension
33

44
## Why
55

@@ -22,7 +22,7 @@ gcp-sql-proxy development
2222
Above command will match the ini section by name and apply all arguments
2323
defined. It translates to
2424
```bash
25-
cloud_sql_proxy -instance=xxx:xxx:xxx=tcp:15432
25+
cloud_sql_proxy -instances=xxx:xxx:xxx=tcp:15432
2626
```
2727

2828
Since all args of `cloud_sql_proxy` are prefixed with a single dash, the

0 commit comments

Comments
 (0)