Skip to content

Commit f63433d

Browse files
authored
Merge pull request #4 from bamlab/docs/badges
docs(README): update badges
2 parents ba4563a + 3fa8e9e commit f63433d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# React Native Formik [![Coverage Status](https://coveralls.io/repos/bamlab/react-native-formik/badge.svg?branch=master)](https://coveralls.io/r/bamlab/react-native-formik?branch=master) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
1+
# React Native Formik [![Coverage Status](https://coveralls.io/repos/github/bamlab/react-native-formik/badge.svg?branch=master)](https://coveralls.io/github/bamlab/react-native-formik?branch=master) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
22

33
Forms are very verbose in React, and a lot of the time, you end up copy pasting a lot of boilerplate.
44

@@ -10,7 +10,7 @@ This repository is a set of high order components designed to help you take cont
1010
- Connects your React Native input to Formik with no boilerplate (See `makeReactNativeField`)
1111
- Add a `type` prop on your TextInput to take care of the input options based on the type (See `withInputTypeProps`)
1212
- Automatically focus the next input (See `withNextInputAutoFocus`)
13-
- Awesome Test coverage [![Coverage Status](https://coveralls.io/repos/bamlab/react-native-formik/badge.svg?branch=master)](https://coveralls.io/r/bamlab/react-native-formik?branch=master)
13+
- Awesome Test coverage [![Coverage Status](https://coveralls.io/repos/github/bamlab/react-native-formik/badge.svg?branch=master)](https://coveralls.io/github/bamlab/react-native-formik?branch=master)
1414

1515
**Table of contents**
1616

0 commit comments

Comments
 (0)