From 1c21f62d9839020b9729e9672bc3109510b34397 Mon Sep 17 00:00:00 2001 From: Kevin Stillhammer Date: Mon, 27 Jan 2025 18:17:02 +0100 Subject: [PATCH] Fix TOC (#257) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b996bb2..c07507b 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ Set up your GitHub Actions workflow with a specific version of [uv](https://docs ## Contents - [Usage](#usage) - - [Install the latest version (default)](#install-the-latest-version-default) + - [Install a required-version or latest (default)](#install-a-required-version-or-latest-default) + - [Install the latest version](#install-the-latest-version) - [Install a specific version](#install-a-specific-version) - [Install a version by supplying a semver range](#install-a-version-by-supplying-a-semver-range) + - [Install a required-version](#install-a-required-version) - [Python version](#python-version) - [Validate checksum](#validate-checksum) - [Enable Caching](#enable-caching)