Skip to content

Commit 2a11b40

Browse files
TASK: Update badges in the header section
- Use the same style of the badges - Remove the dependency badges because greenkeeper take care of - Add prettier badge
1 parent 463d8c2 commit 2a11b40

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
1-
[![npm version](https://img.shields.io/npm/v/@friendsofreactjs/react-css-themr.svg?style=flat-square)](https://www.npmjs.com/package/@friendsofreactjs/react-css-themr)
2-
[![Build Status](http://img.shields.io/travis/FriendsOfReactJS/react-css-themr/master.svg?style=flat-square)](https://travis-ci.org/FriendsOfReactJS/react-css-themr)
3-
[![NPM Status](http://img.shields.io/npm/dm/@friendsofreactjs/react-css-themr.svg?style=flat-square)](https://www.npmjs.com/package/@friendsofreactjs/react-css-themr)
4-
[![Dependency Status](https://david-dm.org/FriendsOfReactJS/react-css-themr.svg)](https://david-dm.org/FriendsOfReactJS/react-css-themr) [![devDependency Status](https://david-dm.org/FriendsOfReactJS/react-css-themr/dev-status.svg)](https://david-dm.org/FriendsOfReactJS/react-css-themr#info=devDependencies&view=table)
5-
[![Greenkeeper badge](https://badges.greenkeeper.io/FriendsOfReactJS/react-css-themr.svg)](https://greenkeeper.io/)
6-
[![Twitter](https://img.shields.io/twitter/follow/friendsofreact.svg?style=social)](https://twitter.com/friendsofreact)
1+
<p align="center">
2+
<a href="https://www.npmjs.com/package/@friendsofreactjs/react-css-themr">
3+
<img alt="npm version" src="https://img.shields.io/npm/v/@friendsofreactjs/react-css-themr.svg?style=flat-square">
4+
</a>
5+
<a href="https://www.npmjs.com/package/@friendsofreactjs/react-css-themr">
6+
<img alt="monthly downloads from npm" src="https://img.shields.io/npm/dm/@friendsofreactjs/react-css-themr.svg?style=flat-square">
7+
</a>
8+
<a href="https://travis-ci.org/FriendsOfReactJS/react-css-themr">
9+
<img alt="Travis CI Build Status" src="https://img.shields.io/travis/FriendsOfReactJS/react-css-themr/master.svg?style=flat-square&label=Travis+CI">
10+
</a>
11+
<a href="https://greenkeeper.io">
12+
<img alt="We use greenkeeper" src="https://badges.greenkeeper.io/FriendsOfReactJS/react-css-themr.svg?style=flat-square">
13+
</a>
14+
<a href="https://github.com/prettier/prettier">
15+
<img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square">
16+
</a>
17+
<a href="https://twitter.com/friendsofreact">
18+
<img alt="Follow friends of react on Twitter" src="https://img.shields.io/twitter/follow/friendsofreact.svg?label=follow+friendsofreact&style=flat-square">
19+
</a>
20+
</p>
21+
722

823
# Friends of react: React CSS Themr
924

0 commit comments

Comments
 (0)