diff --git a/README.md b/README.md index a8406ba..1911344 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,9 @@ -# Terraform Provider for Typesense +
+

Terraform Provider for Typesense

+ This is a Terraform provider for Typesense +
-This is a [Terraform](https://www.terraform.io/) provider for [Typesense](https://typesense.org/). - -## Maintainers - -This provider plugin is maintained by: - -* [@KeisukeYamashita](https;//github.com/KeisukeYamashita) +
## Support @@ -18,13 +15,13 @@ This provider plugin is maintained by: ## Building The Provider -Clone repository to: `$GOPATH/src/github.com/Kekenika/terraform-provider-typesense` +Clone repository to: `$GOPATH/src/github.com/ronati/terraform-provider-typesense` ```console -$ mkdir -p $GOPATH/src/github.com/Kekenika; cd $GOPATH/src/github.com/Kekenika -$ git clone git@github.com:Kekenika/terraform-provider-typesense +$ mkdir -p $GOPATH/src/github.com/ronati; cd $GOPATH/src/github.com/ronati +$ git clone git@github.com:ronati/terraform-provider-typesense Enter the provider directory and build the provider -$ cd $GOPATH/src/github.com/Kekenika/terraform-provider-typesense +$ cd $GOPATH/src/github.com/ronati/terraform-provider-typesense $ make build ```