Skip to content

Commit

Permalink
Fix weird sentence constructs in README (#8)
Browse files Browse the repository at this point in the history
* Fix weird sentence construct in README

* Change singular tense in README
  • Loading branch information
guangie88 authored Aug 30, 2019
1 parent 4d53724 commit 890669f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

## `v0.2.1`

- Fix exit code not return non-zero value during error
- Fix and return non-zero exit code during error
([#6](https://github.com/guangie88/tera-cli/pull/6)).

## `v0.2.0`

- Drops root key support entirely
- Drop root key support entirely
([#4](https://github.com/guangie88/tera-cli/pull/4)).
Only allow variable file to contain `map[string, value]` at root. The keys of
the map now forms the root keys.
Expand All @@ -23,4 +23,4 @@
## `v0.1.0`

- Initial implementation with JSON, TOML and env var support.
- Reads all possible values into a default root key `c`.
- Read all possible values into a default root key `c`.

0 comments on commit 890669f

Please sign in to comment.