Skip to content

Commit

Permalink
Merge pull request baldore#14 from nitin42/patch-1
Browse files Browse the repository at this point in the history
complete doc
  • Loading branch information
baldore authored Jan 10, 2017
2 parents 7a74aab + 9419c4e commit 22a5ff4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Open Browser Webpack Plugin
Opens a new browser tab when Webpack loads. Very useful if you're lazy and don't want to force yourself to open a new tab when Webpack is ready to play!

## Installation

```
npm install open-browser-webpack-plugin --save-dev
```

## Usage

Simply require the plugin and add it in the **plugins** section:
Expand Down

0 comments on commit 22a5ff4

Please sign in to comment.