Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 2a38f7b

Browse files
committed
update README
1 parent 7b4d958 commit 2a38f7b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Static Render HTML Webpack Plugin
22
=================================
3-
[![npm version](https://badge.fury.io/js/static-render-html-webpack-plugin.svg)](https://badge.fury.io/js/static-render-html-webpack-plugin) [![Build status](https://travis-ci.org/donskov/static-render-html-webpack-plugin.svg)](https://travis-ci.org/donskov/static-render-html-webpack-plugin) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/donskov/static-render-html-webpack-plugin/blob/master/LICENSE)
3+
[![npm version](https://badge.fury.io/js/static-render-html-webpack-plugin.svg)](https://badge.fury.io/js/static-render-html-webpack-plugin)
4+
[![Build status](https://travis-ci.org/donskov/static-render-html-webpack-plugin.svg)](https://travis-ci.org/donskov/static-render-html-webpack-plugin)
5+
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/donskov/static-render-html-webpack-plugin/blob/master/LICENSE)
6+
<br/>
47
[![NPM](https://nodei.co/npm/static-render-html-webpack-plugin.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/static-render-html-webpack-plugin/)
58

69
This is a webpack plugin that simplifies creation of HTML static files using webpack. It will be useful if you are creating a PWA and you need as quickly as possible to show the user first paint.
@@ -71,7 +74,7 @@ This will generate a file `dist/index.html` containing the following:
7174
<body>
7275
<div id=""root>
7376
<span>
74-
Main page
77+
Index page
7578
</span>
7679
</div>
7780
</body>
@@ -80,4 +83,4 @@ This will generate a file `dist/index.html` containing the following:
8083

8184
# License
8285

83-
This project is licensed under [MIT](https://github.com/donskov/static-render-html-webpack-plugin/blob/master/LICENSE).
86+
This project is licensed under [MIT](https://github.com/donskov/static-render-html-webpack-plugin/blob/master/LICENSE.md).

0 commit comments

Comments
 (0)