Skip to content

Commit d809b2f

Browse files
Naturalclarmatt-oakes
authored andcommitted
docs: Add orb-version badge (#32 by @Naturalclar)
1 parent f9d8bed commit d809b2f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# React Native CircleCI Orb
2+
3+
[![CircleCI Orb][orb-version-badge]][orb-page]
4+
25
A [CircleCI Orb](https://circleci.com/orbs/) to simplify testing your React Native app.
36

47
## Why?
@@ -52,7 +55,7 @@ version: 2.1
5255

5356
# Make sure you use the latest version of the Orb!
5457
orbs:
55-
rn: react-native-community/react-native@1.0.0
58+
rn: react-native-community/react-native@2.0.1
5659

5760
# Custom jobs which are not part of the Orb
5861
jobs:
@@ -141,3 +144,6 @@ This is what the final workflow will look like:
141144
142145
## License
143146
The Orb is released under the MIT license. For more information see [`LICENSE`](https://github.com/react-native-community/react-native-circleci-orb/blob/master/LICENSE).
147+
148+
[orb-version-badge]:https://img.shields.io/endpoint.svg?url=https://badges.circleci.io/orb/react-native-community/react-native&style=flat-square
149+
[orb-page]:https://circleci.com/orbs/registry/orb/react-native-community/react-native

0 commit comments

Comments
 (0)