From 663d8f70829702a37fcda5d723127b0582c125e8 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Thu, 5 Sep 2024 15:54:40 +0200 Subject: [PATCH] Fix typo "relaying" in README.md (#47) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d8d702..ad0015d 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ by name (`uv`). No. This action is modelled as a drop-in replacement for `actions/setup-python` when using uv. With `setup-uv`, you can install a specific version of Python using `uv python install` rather than -relaying on `actions/setup-python`. +relying on `actions/setup-python`. For example: