We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db795ff commit 23eb9e7Copy full SHA for 23eb9e7
README.md
@@ -148,20 +148,22 @@ you can use the `include` property,
148
149
#### Bento support
150
151
-If you need Serverless Bento, you can change `src` and `checksumPrefix` properties:
+If you need Serverless [Bento], set the `src` and `checksumPrefix` properties,
152
153
```json
154
{
155
"blobpack": {
156
"name": "benthos-lambda",
157
- "version": "4.10.0",
+ "version": "1.2.0",
158
"platform": "linux_amd64",
159
"checksumPrefix": "bento",
160
"src": "https://github.com/warpstreamlabs/bento/releases/download"
161
}
162
163
```
164
165
+[Bento]: https://warpstreamlabs.github.io/bento/
166
+
167
### CLI
168
169
0 commit comments