diff --git a/README.md b/README.md index 035e1665ef..ab77110f80 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,9 @@ It's as easy as: ## Table of Contents -- [Plugins](#plugins) - [Features](#features) - [Usage](#usage) + - [Plugins](#plugins) - [CLI](#cli) - [Node](#node-1) - [Browser](#browser) @@ -46,14 +46,6 @@ It's as easy as: - [Caveats](#caveats) - [Comparison to other transpilers](#comparison-to-other-transpilers) -## Plugins - - - [Browserify](https://github.com/sebmck/6to5-browserify) - - [Brunch](https://github.com/es128/6to5-brunch) - - [Connect](https://github.com/sebmck/6to5-connect) - - [Gulp](https://github.com/sindresorhus/gulp-6to5) - - [Grunt](https://github.com/sindresorhus/grunt-6to5) - ## [Features](FEATURES.md) - [Array comprehension](FEATURES.md#array-comprehension) @@ -80,6 +72,14 @@ To be implemented: ## Usage +### Plugins + + - [Browserify](https://github.com/sebmck/6to5-browserify) + - [Brunch](https://github.com/es128/6to5-brunch) + - [Connect](https://github.com/sebmck/6to5-connect) + - [Gulp](https://github.com/sindresorhus/gulp-6to5) + - [Grunt](https://github.com/sindresorhus/grunt-6to5) + ### CLI Compile the file `script.js` and output it to stdout.