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
9
9
10
10
11
11
At 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 ` .
14
15
15
16
** Note:** While the project is production ready, since not all features in the Typesafe library are supported,
16
17
you 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