Skip to content

Commit

Permalink
Merge pull request #569 from ajorpheus/patch-1
Browse files Browse the repository at this point in the history
Minor documentation correction for config.root().render() under "Debuggin…
  • Loading branch information
havocp authored Jul 13, 2018
2 parents 1c83360 + 61af005 commit c6d1ed4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -758,8 +758,10 @@ If you have trouble with your configuration, some useful tips.
output on stderr describing each file that is loaded.
Note: this feature is not included in the older version in
Play/Akka 2.0.
- Use `myConfig.root().render()` to get a `Config` printed out as a
- Use `myConfig.root().render()` to get a `Config` as a
string with comments showing where each value came from.
This string can be printed out on console or logged to
a file etc.

### Supports Java 8 and Later

Expand Down

0 comments on commit c6d1ed4

Please sign in to comment.