diff --git a/README.md b/README.md index e133be3e..5ca34e40 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,16 @@ $ cd $GOPATH/src/github.com/terraform-providers/terraform-provider-google $ make build ``` -Upgrading the provider ----------------------- - -To upgrade to the latest stable version of the Google provider run `terraform init -upgrade`. - - Using the provider ---------------------- See the [Google Provider documentation](https://www.terraform.io/docs/providers/google/index.html) to get started using the Google provider. +Upgrading the provider +---------------------- + +To upgrade to the latest stable version of the Google provider run `terraform init -upgrade`. See the [Terraform website](https://www.terraform.io/docs/configuration/providers.html#provider-versions) for more information. + Developing the Provider ---------------------------