[mod] readme

This commit is contained in:
fenris 2025-07-20 16:51:52 +00:00
parent 1e94616883
commit ac1866fe9e

View file

@ -2,7 +2,7 @@
## Description ## 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 ## Building
@ -36,6 +36,11 @@ transforms a template string to its refined version by substituting its placehol
- Python 3 interpreter - Python 3 interpreter
### Explanation
- see `coin -h`
### Examples ### Examples
#### basic #### basic