improved README

This commit is contained in:
Timon Ringwald 2022-04-18 21:01:21 +02:00
parent a2f203cd20
commit be5169605e

View File

@ -49,7 +49,7 @@ You can provide a mutator using the syntax: `{1:%d:+1}`. It will parse the first
A mutator always consists of an operator and a value. In the example above `+` is the operator and `1` is the value.
The following operators are supported for `%d` and `%f` formats:
The following operators are supported for `%d`, `%f` and `%g` formats:
- `+`
- `-`
- `*`