We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53041b6 commit 5194b67Copy full SHA for 5194b67
README.md
@@ -3,7 +3,7 @@
3
# Vercel Bash Runtime (`vercel-bash`)
4
5
The Bash Builder takes an entrypoint of a Bash function, imports its
6
-dependencies, and bundles them into a Lambda.
+dependencies, and bundles them into a serverless function.
7
8
A simple "hello world" example:
9
@@ -76,7 +76,7 @@ The `IMPORT_` prefix must not be set in this case:
76
}
77
```
78
79
-By passing in a querystring, the lambda will return the uppercased version.
+By passing in a querystring, the endpoint will return the uppercased version.
80
81
**Demo:** https://vercel.import.pw/api/uppercase?hello%20world
82
0 commit comments