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 ```