Skip to content

Commit

Permalink
inject -> injectConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 2, 2016
1 parent e3b9c6c commit b46d8d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jspm.bundle('app/main', 'build.js', { mangle: false }).then(function() {
});
```

Set the `inject` option to inject the bundle tree into the configuration file.
Set the `injectConfig` option to inject the bundle tree into the configuration file.

### unbundle() -> Promise()

Expand Down

0 comments on commit b46d8d2

Please sign in to comment.