From 5b86b67f5bb794ee4de9464f70b700b9445b03a8 Mon Sep 17 00:00:00 2001 From: Orleando Dassi Date: Tue, 15 Aug 2023 19:01:53 -0400 Subject: [PATCH] Fixed usage link within the README.md file (#525) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 895819c..7c03864 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Validate cache](https://github.com/actions/setup-java/actions/workflows/e2e-cache.yml/badge.svg?branch=main)](https://github.com/actions/setup-java/actions/workflows/e2e-cache.yml) The `setup-java` action provides the following functionality for GitHub Actions runners: -- Downloading and setting up a requested version of Java. See [Usage](#Usage) for a list of supported distributions. +- Downloading and setting up a requested version of Java. See [Usage](#usage) for a list of supported distributions. - Extracting and caching custom version of Java from a local file. - Configuring runner for publishing using Apache Maven. - Configuring runner for publishing using Gradle.