Skip to content

Commit 1bfa699

Browse files
authored
chore(docs): Fix grammar in uv install instructions (#1056)
1 parent 578bb6a commit 1bfa699

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
@@ -35,7 +35,7 @@ Or PiP on any system with Python 3 installed:
3535
```bash
3636
pip3 install cargo-lambda
3737
```
38-
Alternative, install the pip package as an executable using [uv](https://docs.astral.sh/uv/)
38+
Alternatively, you can install the pip package as an executable using [uv](https://docs.astral.sh/uv/)
3939

4040
```bash
4141
uv tool install cargo-lambda

0 commit comments

Comments
 (0)