From 80afb5fc2d28f4f73f44f71707fbca596fff27e5 Mon Sep 17 00:00:00 2001 From: Jack Fraser <95544241+jacfra@users.noreply.github.com> Date: Tue, 7 Mar 2023 16:02:24 -0600 Subject: [PATCH] update cli documentation --- examples/hello_world/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hello_world/README.md b/examples/hello_world/README.md index c043d8e6..8f31e00e 100644 --- a/examples/hello_world/README.md +++ b/examples/hello_world/README.md @@ -21,7 +21,7 @@ deno run --allow-net --allow-write generate-credentials.ts > **Warning** Require `BLOCKFROST_API_KEY` environment variable to be set. ``` -deno run --allow-net --allow-read hello_world-lock.ts +deno run --allow-net --allow-read --allow-env hello_world-lock.ts ``` ## Unlocking Funds @@ -29,5 +29,5 @@ deno run --allow-net --allow-read hello_world-lock.ts > **Warning** Require `BLOCKFROST_API_KEY` environment variable to be set. ``` -deno run --allow-net --allow-read hello_world-unlock.ts -- TRANSACTION_ID_FROM_LOCK +deno run --allow-net --allow-read --allow-env hello_world-unlock.ts TRANSACTION_ID_FROM_LOCK ```