From a1b6f6e102677021c43a2455b03a00f272c3a036 Mon Sep 17 00:00:00 2001 From: Jess Izen <44884346+jlizen@users.noreply.github.com> Date: Sat, 15 Nov 2025 15:07:12 -0800 Subject: [PATCH] chore(docs): Fix grammar in uv install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f980689..bb56a278 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Or PiP on any system with Python 3 installed: ```bash pip3 install cargo-lambda ``` -Alternative, install the pip package as an executable using [uv](https://docs.astral.sh/uv/) +Alternatively, you can install the pip package as an executable using [uv](https://docs.astral.sh/uv/) ```bash uv tool install cargo-lambda