From 4a815033b35a051632e035e1ec95aa3b1b43bfdd Mon Sep 17 00:00:00 2001 From: Jibesh Patra Date: Mon, 30 Jan 2017 15:57:37 +0100 Subject: [PATCH] [Docs] Tweaking documentation specifying inclusion order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da3a2f82..9c3136e8 100644 --- a/README.md +++ b/README.md @@ -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):