From 2023105f498806600c539abf4e8ae50eaeaef0e0 Mon Sep 17 00:00:00 2001 From: boneyard93501 <4523011+boneyard93501@users.noreply.github.com> Date: Mon, 1 Aug 2022 21:42:10 -0500 Subject: [PATCH] Update README.md --- aqua-examples/vrfun/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqua-examples/vrfun/README.md b/aqua-examples/vrfun/README.md index e5d265a..e11ba65 100644 --- a/aqua-examples/vrfun/README.md +++ b/aqua-examples/vrfun/README.md @@ -153,7 +153,7 @@ which gives us the expected but nevertheless reassuring: } ``` -If you change any of the verification parameters, such as the input parameter, the verification fails. For example, change `"payload_arg": [222, 173, 190, 239]` to `"payload_arg": [222, 173, 190, 240]`: +If you change any of the verification parameters, such as the input parameter, the verification fails. For example, change `"payload_arg": [222, 173, 190, 239]` to `"bad_payload_arg": [222, 173, 190, 240]`: ```bash aqua run \