From e6782493f378b6f3065354e82551deb42d570697 Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Thu, 8 Sep 2016 08:09:17 -0700 Subject: [PATCH] Update ECMAScript 6 heading to match TOC I plan to add some information to this section that applies to ES6 and everything following ES6. Since we already list this as ES6+ in the table of contents, I figured it would be a good idea to make this match. I preserved the anchor to avoid breaking links for folks. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2df52944..4f956925 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Other Style Guides 1. [Events](#events) 1. [jQuery](#jquery) 1. [ECMAScript 5 Compatibility](#ecmascript-5-compatibility) - 1. [ECMAScript 6+ (ES 2015+) Styles](#ecmascript-6-styles) + 1. [ECMAScript 6+ (ES 2015+) Styles](#ecmascript-6-es-2015-styles) 1. [Testing](#testing) 1. [Performance](#performance) 1. [Resources](#resources) @@ -2752,7 +2752,8 @@ Other Style Guides **[⬆ back to top](#table-of-contents)** -## ECMAScript 6 Styles + +## ECMAScript 6+ (ES 2015+) Styles - [27.1](#es6-styles) This is a collection of links to the various ES6 features.