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

Commit f723d30

Browse files
committed
fix a broken documentation link
1 parent c62ac77 commit f723d30

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
@@ -7,7 +7,7 @@ Dynamically loads ES6 modules in NodeJS and current browsers.
77
* Uses [Traceur](https://github.com/google/traceur-compiler) for compiling ES6 modules and syntax into ES5 in the browser with source map support.
88
* Fully supports [ES6 circular references and bindings](#circular-references--bindings).
99
* Polyfills ES6 Promises in the browser with a bundled [es6-promise](https://github.com/jakearchibald/es6-promise) implementation.
10-
* [Compatible with NodeJS](#nodejs-support) allowing for server-side module loading and tracing extensions.
10+
* [Compatible with NodeJS](#nodejs-usage) allowing for server-side module loading and tracing extensions.
1111
* Supports ES6 module loading in IE9+, and dynamic module formats in IE8+.
1212
* The complete combined polyfill comes to 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).
1313

0 commit comments

Comments
 (0)