Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit fa4c90a

Browse files
committed
fix(readme): Moves badge to correct place
1 parent 546cd2c commit fa4c90a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,16 @@
66

77
<p align="center">
88
<a href="https://badge.fury.io/js/react-semantics">
9-
<img src="https://badge.fury.io/js/react-semantics.svg" alt="npm package">
9+
<img src="https://badge.fury.io/js/react-semantics.svg" alt="npm package" />
1010
</a>
1111
<a href="">
12-
<img src="https://travis-ci.com/csvenke/react-semantics.svg?branch=master" alt="build status">
12+
<img src="https://travis-ci.com/csvenke/react-semantics.svg?branch=master" alt="build status" />
1313
</a>
1414
<a href="">
15-
<img src="https://david-dm.org/csvenke/react-semantics.svg" alt="dependencies status">
15+
<img src="https://david-dm.org/csvenke/react-semantics.svg" alt="dependencies status" />
16+
</a>
17+
<a href="">
18+
<img src="https://badges.greenkeeper.io/csvenke/react-semantics.svg" alt="greenkeeper" />
1619
</a>
1720
</p>
1821

@@ -37,8 +40,6 @@ Reject those thoughts and allow me to demonstrate the might of this library with
3740

3841
### Before
3942

40-
[![Greenkeeper badge](https://badges.greenkeeper.io/csvenke/react-semantics.svg)](https://greenkeeper.io/)
41-
4243
Here you see two common use cases where you have to show something when a condition is true and map content from an array of data.
4344
This is normally solved by inline arrow functions that are hard to read and easily becomes unmanageable in more complex components.
4445

0 commit comments

Comments
 (0)