Skip to content

Commit

Permalink
Add table of contents in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjrv committed Jan 28, 2018
1 parent c884168 commit 8269e13
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ state management, `classy-mst` adds the benefits of standard ES6 syntax:
- `this`, `super` and inheritance work as you would expect.
- No lock-in, easier to switch to other technology if needed.

Contents
========

- [Usage](#usage)
- [Inheritance](#inheritance)
- [Polymorphism](#polymorphism)
- [Getters and setters](#getters-and-setters)
- [Volatile state](#volatile-state)
- [Asynchronous actions](#asynchronous-actions)
- [Recursive types](#recursive-types)
- [License](#license)

Usage
-----

Expand Down

0 comments on commit 8269e13

Please sign in to comment.