From fe057a10260abe0ffe1f83d759e869afb00c6101 Mon Sep 17 00:00:00 2001 From: Jasmine Chen Date: Fri, 12 Feb 2016 07:28:17 +0800 Subject: [PATCH] Fix C++ link in Table of Contents The original C++ link points to "#c++" which is incorrect. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c24cbe7..a7e5740 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A curated list of delightful VS Code packages and resources. For more awesomenes - [Syntax](#syntax) - [Lint and IntelliSense](#lint-and-intellisense) - - [C++](#c++) + - [C++](#c) - [CSS](#css) - [Go](#go) - [JavaScript](#javascript)