Skip to content

Commit

Permalink
Fix terminology with Webpack entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Andriyevskyy authored and justin808 committed Aug 4, 2016
1 parent a269a57 commit 908193a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Simply require it:
require('bootstrap-loader');
```

Or add `bootstrap-loader` as an entry point in your webpack config:
Or add `bootstrap-loader` as [a module in an entry point](https://webpack.github.io/docs/configuration.html#entry) in your webpack config:

```js
entry: [ 'bootstrap-loader', './app' ]
Expand Down

0 comments on commit 908193a

Please sign in to comment.