From ca648181a0b62d80080486a47932e5b8793c85c6 Mon Sep 17 00:00:00 2001 From: Jordan Caussat Date: Thu, 5 Apr 2018 15:35:33 +0200 Subject: [PATCH] TER-249: Fix indents --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10a733d..ee04411 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Terraform Provider that manages Ghost apps Requirements ------------ -- [Terraform](https://www.terraform.io/downloads.html) 0.10.x -- [Go](https://golang.org/doc/install) 1.9 (to build the provider plugin) +- [Terraform](https://www.terraform.io/downloads.html) 0.10.x +- [Go](https://golang.org/doc/install) 1.9 (to build the provider plugin) - [Cloud-Deploy](https://docs.cloud-deploy.io/) 18.02 Bulding The Provider