From 55c863ae2ff27156822a5d9909e28879732263ca Mon Sep 17 00:00:00 2001 From: amir-rezaei <31731671+amir-rezaei@users.noreply.github.com> Date: Fri, 24 Jul 2026 11:51:41 +0200 Subject: [PATCH] docs: fix Title Case in Table of Contents entries in README.md (#17350) ## Description This PR fixes Title Case capitalization matching for Table of Contents items in `README.md`. ## Details Updated TOC entries (`Build a Docker image` -> `Build a Docker Image`, `Launch service from source` -> `Launch Service from Source`) to match section headers. Co-authored-by: ferkans-amir --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e294196e42..b2f2f18a38 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ - 🔎 [System Architecture](#-system-architecture) - 🎬 [Self-Hosting](#-self-hosting) - 🔧 [Configurations](#-configurations) -- 🔧 [Build a Docker image](#-build-a-docker-image) -- 🔨 [Launch service from source for development](#-launch-service-from-source-for-development) +- 🔧 [Build a Docker Image](#-build-a-docker-image) +- 🔨 [Launch Service from Source for Development](#-launch-service-from-source-for-development) - 📚 [Documentation](#-documentation) - 📜 [Roadmap](#-roadmap) - 🏄 [Community](#-community)