From ac1866fe9efac6ad7b76725d4a4c6afe9815f0a6 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Sun, 20 Jul 2025 16:51:52 +0000 Subject: [PATCH] [mod] readme --- readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b4e238a..16e1b20 100644 --- a/readme.md +++ b/readme.md @@ -2,7 +2,7 @@ ## Description -transforms a template string to its refined version by substituting its placeholders with concrete values +`coin` transforms a template string to its refined version by substituting its placeholders with concrete values; hence it can be used as a very basic template engine. ## Building @@ -36,6 +36,11 @@ transforms a template string to its refined version by substituting its placehol - Python 3 interpreter +### Explanation + +- see `coin -h` + + ### Examples #### basic