Corrects you/your and camelcasing of "GitHub" (#5018)

This commit is contained in:
Geoffrey Grosenbach 2018-11-29 13:41:22 -08:00 committed by GitHub
parent 3fce730416
commit 1f55207b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 57 additions and 55 deletions

View File

@ -76,14 +76,14 @@ First, download the binary from the [Consul Template releases page](https://rele
curl -O https://releases.hashicorp.com/consul-template/0.19.5/consul-template<_version_OS>.tgz
```
Next, extract the binary and move it into you `$PATH`.
Next, extract the binary and move it into your `$PATH`.
```sh
tar -zxf consul-template<_version_OS>.tgz
```
To compile from source, please see the instructions in the
[contributing section in Github](https://github.com/hashicorp/consul-template#contributing).
[contributing section in GitHub](https://github.com/hashicorp/consul-template#contributing).
## Use Case: Consul KV
@ -114,7 +114,8 @@ line interface.
```shell
$ consul kv put hashicorp/street_address "101 2nd St"
$ Success! Data written to: hashicorp/street_address
Success! Data written to: hashicorp/street_address
```
We can ensure the data was written by viewing the `hashicorp_address.txt`
@ -123,6 +124,7 @@ was run.
```shell
$ cat hashicorp_address.txt
101 2nd St
```
@ -185,4 +187,4 @@ For example:
In this guide we learned how to set up and use the Consul template tool.
To see additional examples, refer to the examples folder
in [github](https://github.com/hashicorp/consul-template/tree/master/examples).
in [GitHub](https://github.com/hashicorp/consul-template/tree/master/examples).