From 536b40225c3b0eb02f24cc23bf6ac3743192df67 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 23 Mar 2020 12:53:02 +0100 Subject: [PATCH] docs: Update installation instructions --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 7ca0dae4..bf450663 100644 --- a/README.md +++ b/README.md @@ -19,17 +19,7 @@

Plugin that simplifies creation of HTML files to serve your bundles

-

Install Beta

- -```bash - npm i --save-dev html-webpack-plugin@next -``` - -```bash - yarn add --dev html-webpack-plugin@next -``` - -

Install Stable

+

Install

```bash npm i --save-dev html-webpack-plugin