From dbad82cbb902513cfec9918ffc40c5e0d29496a5 Mon Sep 17 00:00:00 2001 From: Dan Petersen Date: Mon, 30 Dec 2019 21:07:50 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5fd40f4..cdd96896 100644 --- a/README.md +++ b/README.md @@ -451,7 +451,7 @@ $ $GOPATH/bin/terraform-provider-proxmox ... ``` -If you wish to contribute to the provider, please see [CONTRIBUTING.md](CONTRIBUTING.md) +If you wish to contribute to the provider, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Testing the Provider In order to test the provider, you can simply run `make test`.