Skip to content

Commit 7b7398f

Browse files
authored
Fix some typos in README.md (#115)
1 parent 414302e commit 7b7398f

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
@@ -4,7 +4,7 @@
44

55
LLRT (**L**ow **L**atency **R**un**t**ime) is a lightweight JavaScript runtime designed to address the growing demand for fast and efficient Serverless applications. LLRT offers up to over **10x** faster startup and up to **2x** overall lower cost compared to other JavaScript runtimes running on **AWS Lambda**
66

7-
It's is built in Rust, utilizing QuickJS as JavaScript engine, ensuring efficient memory usage and swift startup.
7+
It's built in Rust, utilizing QuickJS as JavaScript engine, ensuring efficient memory usage and swift startup.
88

99
> [!WARNING]
1010
> LLRT is an **experimental** package. It is subject to change and intended only for evaluation purposes.
@@ -30,7 +30,7 @@ Choose `Custom Runtime on Amazon Linux 2023`, upload `llrt-lambda-arm64.zip` or
3030
Thats it 🎉
3131

3232
> [!IMPORTANT]
33-
> Even though LLRT supports [ES2020](https://262.ecma-international.org/11.0/) it's is **NOT** a drop in replacement for Node.js. Consult [Compatibility matrix](#compatibility-matrix) and [API](API.md) for more details.
33+
> Even though LLRT supports [ES2020](https://262.ecma-international.org/11.0/) it's **NOT** a drop in replacement for Node.js. Consult [Compatibility matrix](#compatibility-matrix) and [API](API.md) for more details.
3434
> All dependencies should be bundled for a `browser` platform and mark included `@aws-sdk` packages as external.
3535
3636
## Testing & ensuring compatibility

0 commit comments

Comments
 (0)