Skip to content

Commit ddd57b9

Browse files
committed
docs: improve sentence structure
1 parent 7d37f54 commit ddd57b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ to setup your local Terraform to use your local version rather than the registry
4949
2. Run `terraform init` and observe a warning like `Warning: Provider development overrides are in effect`
5050
4. Run `make build` to build the provider binary, which Terraform will try locate and execute
5151
5. All local Terraform runs will now use your local provider!
52-
6. **NOTE**: We vendor this provider into `github.com/coder/coder`, so if you're testing with a local clone then you should also run:
52+
6. **NOTE**: We vendor this provider into `github.com/coder/coder`, so if you're testing with a local clone, make sure to run the following in your local clone of `coder`:
5353
```console
5454
go mod edit -replace github.com/coder/terraform-provider-coder/v2=/path/to/terraform-provider-coder`
5555
go mod tidy

0 commit comments

Comments
 (0)