Skip to content

Commit d631275

Browse files
committed
(MAINT) Add link to readme
1 parent a9b721b commit d631275

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ The library provides Ruby support for the [HOCON](https://github.com/typesafehub
99

1010

1111
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`.
1415

1516
**Note:** While the project is production ready, since not all features in the Typesafe library are supported,
1617
you may still run into some issues. If you find a problem, feel free to open a github issue.

0 commit comments

Comments
 (0)