From 3e3db5faa6dffdf3ac39d81d84869c266879f723 Mon Sep 17 00:00:00 2001 From: peg Date: Thu, 22 Aug 2024 11:51:35 +0200 Subject: [PATCH] Readme --- crates/test-cli/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/test-cli/README.md b/crates/test-cli/README.md index 814a03347..c37a09970 100644 --- a/crates/test-cli/README.md +++ b/crates/test-cli/README.md @@ -144,8 +144,8 @@ wish to store, for example: ### Remove program -To remove a program you need to give the account which will 'owns' the program (the one which stored -it) and the hex-encoded hash of the program you wish to remove, for example: +To remove a program you need to give the account which 'owns' the program (the one which stored it) +and the hex-encoded hash of the program you wish to remove, for example: `entropy-test-cli remove-program a2a16982fa6176e3fa9ae8dc408386ff040bf91196d3ec0aa981e5ba3fc1bbac -m //Alice`