Skip to content

Commit

Permalink
Fix some typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyclemson committed Sep 24, 2018
1 parent 101fdba commit a4ee40a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
builds:
- binary: terraform-provider-auth0
- binary: terraform-provider-kafkaconnect
env:
- CGO_ENABLED=0
goos:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ Installation

The recommended way to install *terraform-provider-kafkaconnect* is use the
binary distributions from the
[Releases](https://github.com/mcuadros/terraform-provider-helm/releases) page.
The packages are available for Linux and macOS.
[Releases](https://github.com/b-social/terraform-provider-kafkaconnect/releases)
page. The packages are available for Linux and macOS.

Download and uncompress the latest release for your OS. This example uses the
linux binary.

```sh
> wget https://github.com/b-social/terraform-provider-kafkaconnect/releases/download/v0.1.0/terraform-provider-kafkaconnect_v0.1.0_linux_amd64.tar.gz
> wget https://github.com/b-social/terraform-provider-kafkaconnect/releases/download/0.1.0-rc.5/terraform-provider-kafkaconnect_v0.1.0-rc.5_linux_amd64.tar.gz
> tar -xvf terraform-provider-kafkaconnect*.tar.gz
```

Expand Down

0 comments on commit a4ee40a

Please sign in to comment.