Skip to content

Commit eac7abf

Browse files
committed
Update README
1 parent e2bd8b1 commit eac7abf

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<img alt="styled-components" src="https://user-images.githubusercontent.com/13425833/73493741-a2eefe00-43b3-11ea-8cae-202e646582ac.png" height="150px" />
33
<br />
4-
<h1>Gulp Webpack Starter 2.0.0</h1>
4+
<h1>Gulp Webpack Starter</h1>
55
<a href="https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md"><img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat" alt="Contributions"></a>
66
<a href="https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md"><img src="https://img.shields.io/github/contributors/wwwebman/gulp-webpack-starter.svg" alt="Contributors"></a>
77
<a href="https://github.com/wwwebman/gulp-webpack-starter/blob/master/LICENSE"><img src="https://img.shields.io/github/license/mashape/apistatus.svg" alt="License"></a>
@@ -14,9 +14,12 @@
1414
**Gulp Webpack Starter** - fast and simple web development toolkit.
1515
It uses Gulp task runner and Webpack bundler.
1616
The starter perfectly fits [building static HTML templates](#dart-1-static-html-templating)
17-
or [speeding up WordPress](#eyes-2-wordpress) theme development.
17+
or [speeding up WordPress](#eyes-2-wordpress) theme development.
1818

19-
**Easy to start painless development. Check it out! :octopus:**
19+
[Version 2](https://github.com/wwwebman/gulp-webpack-starter/releases/tag/v2.0.0) is released :tada:.
20+
21+
**Easy to start, nice to use. Check it out! :octopus:**
22+
___
2023

2124
## List of Content
2225

@@ -25,10 +28,8 @@ or [speeding up WordPress](#eyes-2-wordpress) theme development.
2528
* [Recommendations](#closed_book-recommendations)
2629
* [Static HTML templating](#dart-1-static-html-templating)
2730
* [WordPress](#eyes-2-wordpress)
28-
1. [Configuration](#configuration)
29-
1. [Changelog](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CHANGELOG.md)
30-
1. [Contributing](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md)
31-
1. [Examples](https://github.com/wwwebman/gulp-webpack-starter/tree/master/examples)
31+
1. [Contributing](./CONTRIBUTING.md)
32+
1. [Examples](./examples)
3233

3334
## :gift: Features
3435

@@ -147,3 +148,8 @@ If you still have a problem, let us know by opening an [issue](https://github.co
147148
yarn start // Runs development mode
148149
yarn build // Compiles assets in production mode
149150
```
151+
152+
## License
153+
154+
MIT License, Copyright © 2015-present, [Dmytro Chumak](https://webman.pro/about).
155+
See [LICENSE](./LICENSE) for more information.

0 commit comments

Comments
 (0)