From bbbb8c9ab609f9ab643834ffe948a0f577bc4c0c Mon Sep 17 00:00:00 2001 From: lmvysakh Date: Tue, 25 Aug 2026 01:28:40 +0530 Subject: [PATCH] Docs: Updating Documentation in README (#776) * Documentation updation * doc update * Documentation updated --------- Co-authored-by: lmvysakh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 264b7db..dd73e9e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This action sets up a [.NET CLI](https://github.com/dotnet/sdk) environment for use in actions by: -- optionally downloading and caching a version(s) of dotnet by SDK version(s) and adding to PATH +- optionally download and install the requested .NET SDK version(s) and add them to the PATH - registering problem matchers for error output - setting up authentication to private package sources like GitHub Packages