diff --git a/README.md b/README.md index 126d250..1da4418 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,9 @@ mutate: foreach: - list: "response.results" patchesJson6902: |- - - path: {{ element.path }} - op: replace - value: {{ element.image }} + - path: '{{ element.path }}' + op: '{{ element.op }}' + value: '{{ element.value }}' ``` ## Attestation Verification