From 6267ce0b1454619bdca48e7fb7d5d6cca1d0f75f Mon Sep 17 00:00:00 2001 From: Michael Jackson Date: Mon, 18 Aug 2014 11:30:27 -0700 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7414f2..87bc758 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ There is a lot going on in the example above, but comments have been ommitted fo ### Building for the Browser -When using Mach in a browser environment, you can save a few bytes by using the [es6-promise shim](https://github.com/jakearchibald/es6-promise) instead of [bluebird](https://github.com/petkaantonov/bluebird). +When using Mach in a browser, you can save a few bytes by using the [es6-promise polyfill](https://github.com/jakearchibald/es6-promise) instead of [bluebird](https://github.com/petkaantonov/bluebird). Using [Browserify](https://github.com/substack/node-browserify): - $ browserify main.js --require es6-promise:bluebird > main-bundle.js + $ browserify main.js --require es6-promise:bluebird > bundle.js ### Issues