[readme] Add missing heading to react TOC

I noticed that this heading wasn't listed in the table of contents.
Adding it will help people see at-a-glance what they might find in this
document.
This commit is contained in:
Joe Lencioni
2015-12-22 22:38:02 -08:00
parent 450e64c9d2
commit a7d3e02a77

View File

@@ -5,6 +5,7 @@
## Table of Contents
1. [Basic Rules](#basic-rules)
1. [Class vs `React.createClass`](#class-vs-reactcreateclass)
1. [Naming](#naming)
1. [Declaration](#declaration)
1. [Alignment](#alignment)