From fc1ff3f858b5e3bac7d3363c327534eca55321ba Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 29 Sep 2014 01:34:20 +1000 Subject: [PATCH] remove useless readme headings --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index db0ff78e87..73a9407bce 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ - **Fast** - [10x faster than Traceur](#comparison-to-traceur). - **Easy** - with Browserify support, Node API, Connect Middleware and a CLI. - - **Compact** - maps directly to the equivalent ES5. + - **Compact** - maps directly to the equivalent ES5 with **no runtime required**. - **Concise** - does not pollute scope with unneccesary variables. ## Features @@ -87,7 +87,7 @@ to5.transformFile("script.js", function (err, data) { to5.transform("code();", { // List of transformers to EXCLUDE // This is a camelised version of the name found in `features` - // eg. "arrow functions" is "arrowFunctions" + // eg. "Arrow functions" is "arrowFunctions" blacklist: [], // List of transformers to ONLY use. @@ -142,10 +142,6 @@ browserify() .pipe(fs.createWriteStream("bundle.js")); ``` -## Caveats - -### Generators - -### Let - ## Comparison to Traceur + +### Performance