add table of contents

This commit is contained in:
Sebastian McKenzie 2014-10-09 16:29:05 +11:00
parent e085fd6b15
commit f1c91b5c1a

View File

@ -34,6 +34,18 @@ It's as easy as:
$ npm install -g 6to5
## Table of Contents
- [Plugins](#plugins)
- [Features](#features)
- [Usage](#usage)
- [CLI](#cli)
- [Node](#node-1)
- [Browser](#browser)
- [Modules](#modules)
- [Caveats](#caveats)
- [Comparison to other transpilers](#comparison-to-other-transpilers)
## Plugins
- [Browserify](https://github.com/sebmck/6to5-browserify)
@ -156,7 +168,7 @@ polyfill is also required negating the [polyfill caveat](#polyfill).
require("6to5/register");
```
## Browser
### Browser
You can build a browser version of the compiler by running the following in the
6to5 directory: