Skip to content

Commit

Permalink
fix docs re: throwUnlessParallelizable
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jul 17, 2018
1 parent cb5a382 commit 4e4d65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -345,7 +345,7 @@ To have the build fail when failing to do parallel builds, opt-in is via:
```js
let app = new EmberAddon(defaults, {
'ember-cli-babel': {
includePolyfill: true
throwUnlessParallelizable: true
}
});
```
Expand Down

0 comments on commit 4e4d65a

Please sign in to comment.