Skip to content

Commit 5194b67

Browse files
committed
Readme++
1 parent 53041b6 commit 5194b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Vercel Bash Runtime (`vercel-bash`)
44

55
The Bash Builder takes an entrypoint of a Bash function, imports its
6-
dependencies, and bundles them into a Lambda.
6+
dependencies, and bundles them into a serverless function.
77

88
A simple "hello world" example:
99

@@ -76,7 +76,7 @@ The `IMPORT_` prefix must not be set in this case:
7676
}
7777
```
7878

79-
By passing in a querystring, the lambda will return the uppercased version.
79+
By passing in a querystring, the endpoint will return the uppercased version.
8080

8181
**Demo:** https://vercel.import.pw/api/uppercase?hello%20world
8282

0 commit comments

Comments
 (0)