move plugins to usage in readme
This commit is contained in:
parent
f1c91b5c1a
commit
335b8a832d
18
README.md
18
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user