Skip to content

Commit

Permalink
Add "How to implement" to README (#7)
Browse files Browse the repository at this point in the history
* Add "How to implement" to README

* Fix headings, add list continuation to code blocks

* Move "How To Implement" to be before "How To Use"

* Remove duplicate docs and link to CNF-01 docs instead

* Change capitalization in titles
  • Loading branch information
51-code authored Feb 12, 2025
1 parent 7301e05 commit ebb5c6b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ Maps are represented individually as key-value pairs like in Typesafe Config.

Null values are not supported. Keys that have null values are not present in the resulting Map.

== How to use
== How to Implement

See https://github.com/teragrep/cnf_01[CNF-01's documentation] for instructions on implementation.

== How to Use

// add instructions how people can start to use your project
See https://github.com/teragrep/cnf_01[CNF-01's documentation] for using the library.
Expand Down

0 comments on commit ebb5c6b

Please # to comment.