Merge pull request #302 from raine/patch-1

Update differences.md
This commit is contained in:
Sebastian McKenzie 2014-12-16 09:37:22 +11:00
commit 00c95f6a94

View File

@ -121,7 +121,7 @@ that when you turn it off and use your code in a full ES6 environment
Traceur requires quite a bulky runtime (~75KB) and produces quite verbose code.
While this can be trimmed down by selectively building the runtime, it's an
unneccesary step when a large runtime can be eliminated entirely.
unnecessary step when a large runtime can be eliminated entirely.
### [es6now](https://github.com/zenparsing/es6now)