Skip to content
This repository was archived by the owner on Jul 13, 2020. It is now read-only.

Commit 6c55b14

Browse files
committed
Update README.md
1 parent c6aaa70 commit 6c55b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Dynamically loads ES6 modules in NodeJS and current browsers.
99
* Polyfills ES6 Promises in the browser with an optionally bundled ES6 promise implementation.
1010
* [Compatible with NodeJS](#nodejs-usage) allowing for server-side module loading and tracing extensions.
1111
* Supports ES6 module loading in IE8+. Other ES6 features only supported by Traceur in IE9+.
12-
* The complete combined polyfill, including ES6 promises, comes to 8.7KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](#moving-to-production).
12+
* The complete combined polyfill, including ES6 promises, comes to 9KB minified and gzipped, making it suitable for production use, provided that modules are [built into ES5 making them independent of Traceur](#moving-to-production).
1313

1414
For an overview of build workflows, [see the production guide](#moving-to-production).
1515

0 commit comments

Comments
 (0)