diff --git a/docs/guides/testing.md b/docs/guides/testing.md index 306fda6..0b32c17 100644 --- a/docs/guides/testing.md +++ b/docs/guides/testing.md @@ -16,7 +16,7 @@ Decrypting the Response After Receiving ```bash -$ cat response.json | cargo run --bin utils -- jwe-decrypt --priv --pub +$ cat response.json | cargo run --bin utils -- jwe-decrypt --priv --pub ```