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

Commit d2416c2

Browse files
committed
docs(readme): add badges from badgen in readme
1 parent 3826027 commit d2416c2

File tree

1 file changed

+35
-37
lines changed

1 file changed

+35
-37
lines changed

README.md

Lines changed: 35 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,39 @@
1-
<div align="center">
2-
1+
<p align="center">
32
<img src='./media/logo.png' width="20%" alt='logo' />
4-
5-
<h1>react-semantic-render</h1>
6-
7-
<h4>Semantic helper components for rendering content with <a href="https://reactjs.org/" target="_blank">React</a>.</h4>
8-
9-
<p>
10-
<a href="https://www.npmjs.com/package/react-semantic-render">
11-
<img src="https://img.shields.io/npm/v/react-semantic-render.svg" alt="npm package" />
12-
</a>
13-
<a href="https://bundlephobia.com/result?p=react-semantic-render">
14-
<img src="https://img.shields.io/bundlephobia/minzip/react-semantic-render.svg" alt="minzipped bundle size" />
15-
</a>
16-
<a href="https://travis-ci.com/csvenke/react-semantic-render">
17-
<img src="https://travis-ci.com/csvenke/react-semantic-render.svg?branch=master" alt="travis ci build status" />
18-
</a>
19-
<a href='https://coveralls.io/github/csvenke/react-semantic-render?branch=master'>
20-
<img src='https://coveralls.io/repos/github/csvenke/react-semantic-render/badge.svg?branch=master&service=github' alt='coverage status' />
21-
</a>
22-
<a href="https://greenkeeper.io/">
23-
<img src="https://badges.greenkeeper.io/csvenke/react-semantic-render.svg" alt="greenkeeper" />
24-
</a>
25-
</p>
26-
27-
<p>
28-
<a href="#key-features">Key features</a> •
29-
<a href="#install">Install</a> •
30-
<a href="#why">Why</a> •
31-
<a href="#documentation">Documentation</a> •
32-
<a href="#development">Development</a> •
33-
<a href="#contributing">Contributing</a> •
34-
<a href="#contributors">Contributors</a> •
35-
<a href="#license">License</a>
36-
</p>
37-
38-
</div>
3+
</p>
4+
5+
<h1 align="center">react-semantic-render</h1>
6+
7+
<h4 align="center">Semantic helper components for rendering content with <a href="https://reactjs.org/" target="_blank">React</a>.</h4>
8+
9+
<p align="center">
10+
<a href="https://www.npmjs.com/package/react-semantic-render">
11+
<img src="https://badgen.net/npm/v/react-semantic-render" alt="npm package" />
12+
</a>
13+
<a href="https://bundlephobia.com/result?p=react-semantic-render">
14+
<img src="https://badgen.net/bundlephobia/minzip/react-semantic-render" alt="minzipped bundle size" />
15+
</a>
16+
<a href="https://travis-ci.com/csvenke/react-semantic-render">
17+
<img src="https://badgen.net/travis/csvenke/react-semantic-render" alt="travis ci build status" />
18+
</a>
19+
<a href='https://coveralls.io/github/csvenke/react-semantic-render?branch=master'>
20+
<img src='https://badgen.net/coveralls/c/github/csvenke/react-semantic-render' alt='coverage status' />
21+
</a>
22+
<a href="https://greenkeeper.io/">
23+
<img src="https://badges.greenkeeper.io/csvenke/react-semantic-render.svg" alt="greenkeeper" />
24+
</a>
25+
</p>
26+
27+
<p align="center">
28+
<a href="#key-features">Key features</a> •
29+
<a href="#install">Install</a> •
30+
<a href="#why">Why</a> •
31+
<a href="#documentation">Documentation</a> •
32+
<a href="#development">Development</a> •
33+
<a href="#contributing">Contributing</a> •
34+
<a href="#contributors">Contributors</a> •
35+
<a href="#license">License</a>
36+
</p>
3937

4038
## Key features
4139

0 commit comments

Comments
 (0)