From d23b442799d591468100d19eab1344190e0b11ed Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Tue, 14 Feb 2017 10:46:19 -0800 Subject: [PATCH] Add link to Mixins section in TOC I forgot this when I created the section. --- react/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/react/README.md b/react/README.md index 5e481aa992..c982f53787 100644 --- a/react/README.md +++ b/react/README.md @@ -6,6 +6,7 @@ 1. [Basic Rules](#basic-rules) 1. [Class vs `React.createClass` vs stateless](#class-vs-reactcreateclass-vs-stateless) + 1. [Mixins](#mixins) 1. [Naming](#naming) 1. [Declaration](#declaration) 1. [Alignment](#alignment)