Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Aug 18, 2014
1 parent 4cc0372 commit 6267ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6267ce0

Please sign in to comment.