Skip to content

Commit 4736c48

Browse files
committed
Merge pull request #42 from kalistace/fix_properties_doc
Fix documentation
2 parents 4cc8775 + b0831c8 commit 4736c48

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Similarly to JSON, git2consul can also treat [Java .properties](http://docs.orac
182182

183183
This is useful for teams willing to keep using legacy .properties files or don't want to use consul locally.
184184

185-
Additionally, It has support for local variable :
185+
Additionally, it has support for local variable :
186186

187187
```
188188
bar=bar
@@ -200,10 +200,10 @@ Example, if you have a file `simple.properties` :
200200
git2consul will generate
201201

202202
```
203-
/expand_keys/simple.json/foo
203+
/expand_keys/simple.json/bar
204204
```
205205

206-
returning `bar`
206+
returning `foo`
207207

208208
You can combine .properties files with the [common_properties option](#common_properties-default-undefined), if you need a way to inject shared/common properties into other files.
209209

@@ -291,7 +291,7 @@ and `simple.properties` :
291291
git2consul will generate
292292

293293
```
294-
/expand_keys/simple.json/foo
294+
/expand_keys/simple.properties/foo
295295
```
296296
297297
returning `bar`.

0 commit comments

Comments
 (0)