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