Skip to content

Commit 05679ef

Browse files
authored
Update README.md (#221)
1 parent c395454 commit 05679ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Requirements
1919
- [Terraform](https://www.terraform.io/downloads.html) 0.10.x
2020
- [Go](https://golang.org/doc/install) 1.11 (to build the provider plugin)
2121

22-
Building The Provider
22+
Building the provider
2323
---------------------
2424
1. Clone repository to: `$GOPATH/src/github.com/terraform-providers/terraform-provider-checkpoint`
2525

@@ -41,7 +41,7 @@ $ make build
4141

4242
4. For local development, update `dev_overrides` configuration file. See the next section below.
4343

44-
Developing the Provider
44+
Developing the provider
4545
---------------------------
4646

4747
If you wish to work on the provider, you'll first need [Go](http://www.golang.org) installed on your machine (version 1.11+ is *required*).
@@ -88,4 +88,4 @@ $ make test
8888
*Note:* Acceptance tests create real resources, and often cost money to run.
8989
```sh
9090
$ make testacc
91-
```
91+
```

0 commit comments

Comments
 (0)