[mod] readme
This commit is contained in:
parent
1e94616883
commit
ac1866fe9e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue