From 23eb9e717a7cfcf44cdc8b90559254b9216caadd Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 10 Sep 2024 06:08:25 +0000 Subject: [PATCH] Link to bento --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81c823c..ebde422 100644 --- a/README.md +++ b/README.md @@ -148,13 +148,13 @@ you can use the `include` property, #### Bento support -If you need Serverless Bento, you can change `src` and `checksumPrefix` properties: +If you need Serverless [Bento], set the `src` and `checksumPrefix` properties, ```json { "blobpack": { "name": "benthos-lambda", - "version": "4.10.0", + "version": "1.2.0", "platform": "linux_amd64", "checksumPrefix": "bento", "src": "https://github.com/warpstreamlabs/bento/releases/download" @@ -162,6 +162,8 @@ If you need Serverless Bento, you can change `src` and `checksumPrefix` properti } ``` +[Bento]: https://warpstreamlabs.github.io/bento/ + ### CLI ```