From 64674f3680cf6ee23984163fa7cb34ed8a2ea409 Mon Sep 17 00:00:00 2001 From: Pierre Fenoll Date: Tue, 9 Feb 2021 19:05:24 +0100 Subject: [PATCH] nitpick Signed-off-by: Pierre Fenoll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f96bd1..03b23df 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Optional. API key from [https://fuzzymonkey.co](https://fuzzymonkey.co). ## Outputs ### `code` -Return code of the command. (`0`: no error, 2: lint failure, 4: fmt failure, 6: bug found, 7: exec failed). +Return code of the command. (`0`: no error, `2`: lint failure, `4`: fmt failure, `6`: bug found, `7`: exec failed). ### `seed` Seed returned by `monkey pastseed`. Non-empty when just ran `monkey fuzz` & found a bug.