Skip to content

Commit 5468de2

Browse files
Add logo and badges (#18)
1 parent 1ef103d commit 5468de2

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
# React Resource Router
1+
<p align="center">
2+
<img src="https://user-images.githubusercontent.com/84136/83958672-e99bba00-a8b7-11ea-81c7-0397f23e8a04.png" alt="react-resource-router logo" height="150" />
3+
</p>
4+
<h1 align="center">react-resource-router</h1>
5+
<p align="center">
6+
<a href="https://www.npmjs.com/package/react-resource-router"><img src="https://img.shields.io/npm/v/react-resource-router.svg"></a>
7+
<a href="https://bundlephobia.com/result?p=react-resource-router"><img src="https://img.shields.io/bundlephobia/minzip/react-resource-router.svg" /></a>
8+
<a href="LICENSE"><img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"></a>
9+
<a href="CONTRIBUTING.md"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg" /></a>
10+
</p>
211

312
React Resource Router (RRR) is a configuration driven routing solution for React that manages single page application route matching, data fetching and progressive rendering.
413

docs/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
# React Resource Router
1+
<h1>
2+
<img align="middle" src="https://user-images.githubusercontent.com/84136/83958672-e99bba00-a8b7-11ea-81c7-0397f23e8a04.png" alt="react-resource-router logo" height="100" />
3+
<span>react-sweet-state</span>
4+
</h1>
25

36
React Resource Router (RRR) is a configuration driven routing solution for React that manages single page application route matching, data fetching and progressive rendering.
47

0 commit comments

Comments
 (0)