From 3c8852dcaab0ff75d3ffdd5514372111b5b91858 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 5 Sep 2024 09:22:23 -0400 Subject: [PATCH] Update README.md Co-authored-by: Kevin Stillhammer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2a95d7..f3be5ea 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ This action downloads uv from the uv repo's official [GitHub Actions Toolkit](https://github.com/actions/toolkit) to cache it as a tool to speed up consecutive runs on self-hosted runners. -The installed version of uv is then added to the runner path, enabling subsequent steps to invoke it +The installed version of uv is then added to the runner PATH, enabling subsequent steps to invoke it by name (`uv`). ## FAQ