Skip to content

Commit 23eb9e7

Browse files
authored
Link to bento
1 parent db795ff commit 23eb9e7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -148,20 +148,22 @@ you can use the `include` property,
148148

149149
#### Bento support
150150

151-
If you need Serverless Bento, you can change `src` and `checksumPrefix` properties:
151+
If you need Serverless [Bento], set the `src` and `checksumPrefix` properties,
152152

153153
```json
154154
{
155155
"blobpack": {
156156
"name": "benthos-lambda",
157-
"version": "4.10.0",
157+
"version": "1.2.0",
158158
"platform": "linux_amd64",
159159
"checksumPrefix": "bento",
160160
"src": "https://github.com/warpstreamlabs/bento/releases/download"
161161
}
162162
}
163163
```
164164

165+
[Bento]: https://warpstreamlabs.github.io/bento/
166+
165167
### CLI
166168

167169
```

0 commit comments

Comments
 (0)