Skip to content

Commit

Permalink
Merge pull request #13 from fpringvaldsen/maint/docs-updates
Browse files Browse the repository at this point in the history
(MAINT) Fix README examples
  • Loading branch information
cprice404 committed May 1, 2015
2 parents fed641a + 0df9374 commit 2133462
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ To control a setting nested within a map contained at another setting, provide t
under the "setting" parameter, with each level separated by a ".". So to manage `barsetting` in the following map

```
foo {
bar {
barsetting="FOO!"
foo : {
bar : {
barsetting : "FOO!"
}
}
```
Expand Down Expand Up @@ -131,7 +131,7 @@ hocon_setting { 'sample map setting':
```
baz : qux
foo {
foo : {
a : b
}
```
Expand All @@ -152,7 +152,7 @@ hocon_setting { 'sample map setting':
```
baz : qux
foo {
foo : {
a : b
bar : {
# This is setting a
Expand Down

0 comments on commit 2133462

Please sign in to comment.