From 3c3c5a75911d4dee0b8cdb42dc62232707ae0d6e Mon Sep 17 00:00:00 2001 From: Oliver He Date: Wed, 18 Oct 2023 03:01:47 -0400 Subject: [PATCH] Update README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index c74f88d55..8268be293 100644 --- a/examples/README.md +++ b/examples/README.md @@ -14,7 +14,7 @@ package in the top level directory of this repo. At this point, you can run any of the examples in this directory. For example, to run the `simple_transfer` example: ```bash - cd examples/javascript/simple_transfer + cd examples/javascript pnpm install pnpm run simple_transfer ```