Skip to content

Commit

Permalink
[Docs] Tweaking documentation specifying inclusion order
Browse files Browse the repository at this point in the history
  • Loading branch information
jibesh authored and ljharb committed Jan 30, 2017
1 parent b9fcba3 commit 4a81503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -13,8 +13,8 @@ closely as possible to ECMAScript 6 (Harmony).
## Installation
If you want to use it in browser:

* Just include es6-shim before your scripts.
* Include [es5-shim][es5-shim-url] especially if your browser doesn't support ECMAScript 5 - but every JS engine requires the `es5-shim` to correct broken implementations, so it's strongly recommended to always include it.
* Just include `es6-shim` before your scripts.
* Include [es5-shim][es5-shim-url] especially if your browser doesn't support ECMAScript 5 - but every JS engine requires the `es5-shim` to correct broken implementations, so it's strongly recommended to always include it. Additionally, `es5-shim` should be loaded before `es6-shim`.

For `node.js`, `io.js`, or any `npm`-managed workflow (this is the recommended method):

Expand Down

0 comments on commit 4a81503

Please sign in to comment.