diff --git a/README.md b/README.md index 06f95ea..006c33a 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,14 @@ rebar3 as test ltest ## Usage [↟](#table-of-contents) +Add to your `rebar.config` file: + +``` erlang +{deps, [ + {bombadil, "0.4.0", {pkg, toml_bombadil}} +]}. +``` + Read a TOML file, parse its contents, and convert the parsed data to an Erlang map: