From fb208901fb1e6753d639702d51c204c08fcef566 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 9 Sep 2024 23:24:38 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebde422..3e0544e 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ First, add a new build step and ensure it runs before deployment, ``` Assuming you want to deploy the below Serverless function, -you will need to generate the `boring.zip` artifact to deploy. +you will need to tell blobpack to generate the `boring.zip` artifact. _Tip: you can reuse the same artifact for multiple functions._