Skip to content

Commit a0047cb

Browse files
authored
docs: fix shields to point to correct pkg & center
1 parent fa10d42 commit a0047cb

File tree

1 file changed

+29
-11
lines changed

1 file changed

+29
-11
lines changed

README.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,32 @@
1-
# React Native Copilot
2-
3-
[![Build Status](https://semaphoreci.com/api/v1/okgrow/react-native-co-pilot/branches/master/shields_badge.svg)](https://semaphoreci.com/okgrow/react-native-co-pilot)
4-
[![npm version](https://img.shields.io/npm/v/@okgrow/react-native-copilot.svg)](https://www.npmjs.com/package/merge-graphql-schemas)
5-
[![npm downloads](https://img.shields.io/npm/dm/@okgrow/react-native-copilot.svg)](https://www.npmjs.com/package/merge-graphql-schemas)
6-
7-
> Step-by-step walkthrough for your react native app
8-
9-
![React Native Copilot](https://media.giphy.com/media/65VKIzGWZmHiEgEBi7/giphy.gif)
10-
11-
[Demo](https://expo.io/@mohebifar/copilot-example)
1+
<h1 align="center">React Native Copilot</h1>
2+
3+
<div align="center">
4+
<p align="center">
5+
<a href="https://semaphoreci.com/okgrow/react-native-co-pilot">
6+
<img src="https://semaphoreci.com/api/v1/okgrow/react-native-co-pilot/branches/master/shields_badge.svg" alt="Build Status" />
7+
</a>
8+
<a href="https://www.npmjs.com/package/@okgrow/react-native-copilot">
9+
<img src="https://img.shields.io/npm/v/@okgrow/react-native-copilot.svg" alt="NPM Version" />
10+
</a>
11+
<a href="https://www.npmjs.com/package/@okgrow/react-native-copilot">
12+
<img src="https://img.shields.io/npm/dm/@okgrow/react-native-copilot.svg" alt="NPM Downloads" />
13+
</a>
14+
</p>
15+
</div>
16+
17+
<p align="center">
18+
Step-by-step walkthrough for your react native app!
19+
</p>
20+
21+
<p align="center">
22+
<img src="https://media.giphy.com/media/65VKIzGWZmHiEgEBi7/giphy.gif" alt="React Native Copilot" />
23+
</p>
24+
25+
<p align="center">
26+
<a href="https://expo.io/@mohebifar/copilot-example" >
27+
Demo
28+
</a>
29+
</p>
1230

1331
## Installation
1432
```

0 commit comments

Comments
 (0)