Skip to content

Commit 00d822e

Browse files
authored
Fix GLIBC typo (#885)
1 parent 7500b2b commit 00d822e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ By default, Cargo Lambda builds your functions to run on x86_64 architectures. I
8989

9090
__Amazon Linux 2023__
9191

92-
We recommend you to use the Amazon Linux 2023 (such as `provided.al2023`) because it includes a newer version of GLIC, which many Rust programs depend on. To build your Lambda functions for Amazon Linux 2023 runtimes, run:
92+
We recommend you to use the Amazon Linux 2023 (such as `provided.al2023`) because it includes a newer version of GLIBC, which many Rust programs depend on. To build your Lambda functions for Amazon Linux 2023 runtimes, run:
9393

9494
```bash
9595
cargo lambda build --release --arm64

0 commit comments

Comments
 (0)