From aa3d80f2eb88f5d24f7b015155d4b25457cda26a Mon Sep 17 00:00:00 2001 From: Konstantin Chukhlomin Date: Thu, 27 Jun 2019 14:30:26 -0400 Subject: [PATCH] Fixed #Naming-Conventions anchor link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 74c66b3..088e445 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I'd like to take a few sentences to clarify my stance on `gofmt` because there a ## Table of Contents * [Introduction to Clean Code](#Introduction-to-Clean-Code) * [Test-Driven Development](#Test-Driven-Development) - * [Naming Conventions](#Naming) + * [Naming Conventions](#Naming-Conventions) * * [Comments](#Comments) * [Function Naming](#Function-Naming) * [Variable Naming](#Variable-Naming)