From 47e8bd685f2238dfc588ce75eb6da284d10fbee3 Mon Sep 17 00:00:00 2001 From: Peter Mescalchin Date: Sun, 26 Sep 2021 22:10:29 +1000 Subject: [PATCH] Small fix to `README.md` examples link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f12e8..0a0c09e 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Every programming language and framework has its own way of caching. See [Examples](examples.md) for a list of `actions/cache` implementations for use with: -- [C# - Nuget](./examples.md#c---nuget) +- [C# - NuGet](./examples.md#c---nuget) - [D - DUB](./examples.md#d---dub) - [Elixir - Mix](./examples.md#elixir---mix) - [Go - Modules](./examples.md#go---modules)