aboutsummaryrefslogtreecommitdiff
path: root/packages/bun-lambda/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'packages/bun-lambda/README.md')
-rw-r--r--packages/bun-lambda/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-lambda/README.md b/packages/bun-lambda/README.md
index 1553714ae..87d4fbb53 100644
--- a/packages/bun-lambda/README.md
+++ b/packages/bun-lambda/README.md
@@ -8,7 +8,7 @@ First, you will need to deploy the layer to your AWS account. Clone this reposit
```sh
git clone git@github.com:oven-sh/bun.git
-cd packages/bun-lambda
+cd bun/packages/bun-lambda
bun install
bun run publish-layer
```