From 9419c4e02d0c396278ceb3f4812be25fbbe43d8c Mon Sep 17 00:00:00 2001 From: Nitin Tulswani Date: Sun, 8 Jan 2017 11:05:46 +0530 Subject: [PATCH] complete doc Added installation section to complete the doc. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 38cb718..16aa82b 100644 --- a/README.md +++ b/README.md @@ -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: