File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,9 @@ The library provides Ruby support for the [HOCON](https://github.com/typesafehub
99
1010
1111At present, it supports supports parsing and modification of existing HOCON/JSON files via the ` ConfigFactory `
12- class and the ` ConfigValueFactory ` class,and rendering parsed config objects back to a String.
13- It also supports the parsing and modification of HOCON/JSON files via ` ConfigDocumentFactory ` .
12+ class and the ` ConfigValueFactory ` class, and rendering parsed config objects back to a String
13+ ([ see examples below] ( #basic-usage ) ). It also supports the parsing and modification of HOCON/JSON files via
14+ ` ConfigDocumentFactory ` .
1415
1516** Note:** While the project is production ready, since not all features in the Typesafe library are supported,
1617you may still run into some issues. If you find a problem, feel free to open a github issue.
You can’t perform that action at this time.
0 commit comments