Skip to content

Commit e373875

Browse files
committed
Center budges in README
1 parent 2439e99 commit e373875

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,21 @@
22
<img alt="styled-components" src="https://user-images.githubusercontent.com/13425833/73493741-a2eefe00-43b3-11ea-8cae-202e646582ac.png" height="150px" />
33
<br />
44
<h1>Gulp Webpack Starter 2.0.0</h1>
5+
<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>
6+
<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>
7+
<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>
8+
<a href="https://travis-ci.org/wwwebman/gulp-webpack-starter"><img src="https://travis-ci.org/wwwebman/gulp-webpack-starter.svg?branch=master" alt="Travis CI"></a>
9+
<a href="https://gitter.im/gulp-webpack-starter/Lobby"><img src="https://img.shields.io/gitter/room/tj/git-extras.svg?style=flat-square" alt="Gitter Chat"></a>
510
</div>
611

7-
<br />
8-
9-
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md)
10-
[![GitHub contributors](https://img.shields.io/github/contributors/wwwebman/gulp-webpack-starter.svg)](https://github.com/wwwebman/gulp-webpack-starter/blob/master/CONTRIBUTING.md)
11-
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
12-
[![Build Status](https://travis-ci.org/wwwebman/gulp-webpack-starter.svg?branch=master)](https://travis-ci.org/wwwebman/gulp-webpack-starter)
13-
[![Gitter](https://img.shields.io/gitter/room/tj/git-extras.svg?style=flat-square)](https://gitter.im/gulp-webpack-starter/Lobby)
12+
<br />
1413

1514
**Gulp Webpack Starter** - fast and simple web development toolkit.
1615
It uses Gulp task runner and Webpack bundler.
1716
The starter perfectly fits [building static HTML templates](#dart-1-static-html-templating)
1817
or [speeding up WordPress](#eyes-2-wordpress) theme development.
19-
It be included to any similar template-driven Front End project.
2018

21-
**Easy to start, simple to develop with. Check it out! :octopus:**
19+
**Easy to start painless development. Check it out! :octopus:**
2220

2321
## List of Content
2422

@@ -47,10 +45,10 @@ It be included to any similar template-driven Front End project.
4745

4846
### :closed_book: Recommendations
4947

50-
Make sure you have the following installed:
48+
Make sure you have installed the following:
5149
* [Node.js](https://nodejs.org/)(**Recommended to use Node.js >= v10.16.0**)
5250
* [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/en/).
53-
In this instruction we use yarn, but you can use npm.
51+
In this tutorial we use yarn, but you can use npm.
5452

5553
## :dart: 1. Static HTML templating
5654

0 commit comments

Comments
 (0)