diff --git a/docs/usage/nuget.md b/docs/usage/nuget.md
index 8c7fd09143481d4980d6dc6f136d44ac2dbb05b1..6d5d7af43605cc5f66d5171ee5ca845a29e99ba9 100644
--- a/docs/usage/nuget.md
+++ b/docs/usage/nuget.md
@@ -1,9 +1,9 @@
 ---
-title: Nuget (.NET)
-description: Nuget (.NET) dependencies support in Renovate
+title: NuGet (.NET)
+description: NuGet (.NET) dependencies support in Renovate
 ---
 
-# Nuget
+# NuGet
 
 Renovate supports upgrading dependencies in `.csproj`, `.fsproj`, and `.vbproj` files.
 
diff --git a/readme.md b/readme.md
index f5ec9e8046b2acad6d71b6d0aed3c755275dfaff..8caa42b3b8dc55ff3e498cf59c20cf3d97795758 100644
--- a/readme.md
+++ b/readme.md
@@ -63,7 +63,7 @@ If you are not on github.com or gitlab.com, or you prefer to run your own instan
 
 - Install the `renovate` CLI tool from npmjs, run it on a schedule (e.g. using cron)
 - Run the `renovate/renovate` Docker Hub image (same content/versions as the CLI tool), run it on a schedule
-- Run the `renovate/renovate:slim` Docker Hub image if you only use package managers that don't need third party binaries (e.g. JS, Docker, Nuget, pip)
+- Run the `renovate/renovate:slim` Docker Hub image if you only use package managers that don't need third party binaries (e.g. JS, Docker, NuGet, pip)
 
 [More details on the self-hosting development](https://github.com/renovatebot/renovate/blob/main/docs/usage/self-hosting.md).