Skip to content

Commit 1fbfcda

Browse files
docs: move README instructions (#915)
1 parent 406b383 commit 1fbfcda

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ pip install "cloud-sql-python-connector[asyncpg]"
7070
```
7171
pip install "cloud-sql-python-connector[pytds]"
7272
```
73-
## Usage
74-
75-
This package provides several functions for authorizing and encrypting
76-
connections. These functions are used with your database driver to connect to
77-
your Cloud SQL instance.
78-
79-
The instance connection name for your Cloud SQL instance is always in the
80-
format "project:region:instance".
8173

8274
### APIs and Services
8375

@@ -107,6 +99,15 @@ To explicitly set a specific source for the credentials, see
10799
[set-adc]: https://cloud.google.com/docs/authentication/provide-credentials-adc
108100
[google-auth]: https://google-auth.readthedocs.io/en/master/reference/google.auth.html
109101

102+
## Usage
103+
104+
This package provides several functions for authorizing and encrypting
105+
connections. These functions are used with your database driver to connect to
106+
your Cloud SQL instance.
107+
108+
The instance connection name for your Cloud SQL instance is always in the
109+
format "project:region:instance".
110+
110111
### How to use this Connector
111112

112113
To connect to Cloud SQL using the connector, inititalize a `Connector`

0 commit comments

Comments
 (0)