From 1fbfcdac53eb5b13f1a11cb1532b8fdc3f7c96f6 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Fri, 24 Nov 2023 14:16:03 -0500 Subject: [PATCH] docs: move README instructions (#915) --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9f7fa136..a2467824 100644 --- a/README.md +++ b/README.md @@ -70,14 +70,6 @@ pip install "cloud-sql-python-connector[asyncpg]" ``` pip install "cloud-sql-python-connector[pytds]" ``` -## Usage - -This package provides several functions for authorizing and encrypting -connections. These functions are used with your database driver to connect to -your Cloud SQL instance. - -The instance connection name for your Cloud SQL instance is always in the -format "project:region:instance". ### APIs and Services @@ -107,6 +99,15 @@ To explicitly set a specific source for the credentials, see [set-adc]: https://cloud.google.com/docs/authentication/provide-credentials-adc [google-auth]: https://google-auth.readthedocs.io/en/master/reference/google.auth.html +## Usage + +This package provides several functions for authorizing and encrypting +connections. These functions are used with your database driver to connect to +your Cloud SQL instance. + +The instance connection name for your Cloud SQL instance is always in the +format "project:region:instance". + ### How to use this Connector To connect to Cloud SQL using the connector, inititalize a `Connector`