Skip to content

Commit

Permalink
Fix small mistakes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechRydel committed Oct 11, 2022
1 parent a2aef3e commit 9231758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gcp-sql-proxy
[Google Cloud Platform SQL Proxy extension](https://github.com/GoogleCloudPlatform/cloud-sql-proxy)
[Google Cloud Platform SQL Proxy](https://github.com/GoogleCloudPlatform/cloud-sql-proxy) extension

## Why

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

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

0 comments on commit 9231758

Please sign in to comment.