Skip to content

Commit 3fab3bb

Browse files
committed
Update README.md
1 parent 33abe34 commit 3fab3bb

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
# React Charts
22

3+
Simple, immersive and interactive charts for React
4+
35
<a href="https://travis-ci.org/react-charts/react-charts" target="\_parent">
46
<img alt="" src="https://travis-ci.org/react-charts/react-charts.svg?branch=master" />
57
</a>
68
<a href="https://npmjs.com/package/react-charts" target="\_parent">
79
<img alt="" src="https://img.shields.io/npm/dm/react-charts.svg" />
810
</a>
9-
<a href="https://react-chat-signup.herokuapp.com/" target="\_parent">
10-
<img alt="" src="https://img.shields.io/badge/slack-react--chat-blue.svg" />
11+
<a href="https://bundlephobia.com/result?p=react-charts" target="\_parent">
12+
<img alt="" src="https://badgen.net/bundlephobia/minzip/react-charts" />
1113
</a>
1214
<a href="https://github.com/react-charts/react-charts" target="\_parent">
1315
<img alt="" src="https://img.shields.io/github/stars/react-charts/react-charts.svg?style=social&label=Star" />
1416
</a>
1517
<a href="https://twitter.com/tannerlinsley" target="\_parent">
1618
<img alt="" src="https://img.shields.io/twitter/follow/tannerlinsley.svg?style=social&label=Follow" />
1719
</a>
18-
19-
Simple, immersive and interactive charts for React
20+
<br />
21+
<br />
22+
<a href="https://patreon.com/tannerlinsley">
23+
<img width="180" alt="" src="https://raw.githubusercontent.com/tannerlinsley/files/master/images/patreon/become-a-patron.png" />
24+
</a>
2025

2126
## Features
2227

@@ -26,7 +31,9 @@ Simple, immersive and interactive charts for React
2631
- React Hooks Ready
2732
- Flexible data model
2833

29-
## [Demos](https://react-charts.js.org)
34+
## Demos
35+
36+
- [react-charts.js.org](https://react-charts.js.org)
3037

3138
## Intro
3239

0 commit comments

Comments
 (0)