From be5169605efc5e786131d200012d64168230f118 Mon Sep 17 00:00:00 2001 From: Timon Ringwald Date: Mon, 18 Apr 2022 21:01:21 +0200 Subject: [PATCH] improved README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64fdd21..9c31494 100644 --- a/README.md +++ b/README.md @@ -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: - `+` - `-` - `*`