From df3ccf80071a94a0efc161d972bce52d609ea102 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 29 Sep 2022 02:05:53 +0300 Subject: [PATCH] Add a todo to readme that is totally where these should go... --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f073c6b..33bd120 100644 --- a/README.md +++ b/README.md @@ -13,3 +13,9 @@ Features: - Parse configuration from string or JSONValue instead of from disk. This is a work in progress. More will follow. For now see `examples/` to learn how to use it. + +TODO: add tutorial on: +- Config loading +- Config parsing +- Env and config var substitution +-- Escaping \ No newline at end of file