From 2f38cb4c3512a63868177a3d35ddf890172c15a1 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Sun, 23 Apr 2017 21:46:25 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b19394..2b16a57 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/alsiola/react-doc-props.svg?branch=master)](https://travis-ci.org/alsiola/react-doc-props) -[![Coverage Status](https://coveralls.io/repos/github/alsiola/react-doc-props/badge.svg?branch=develop)](https://coveralls.io/github/alsiola/react-doc-props?branch=develop) +[![Coverage Status](https://coveralls.io/repos/github/alsiola/react-doc-props/badge.svg?branch=master)](https://coveralls.io/github/alsiola/react-doc-props?branch=develop) # react-doc-props react-doc-props is a package that allows you to write comprehensive in-file documentation of React components. This documentation will then generate the correct propTypes and defaultProps for your component. Additionally, a `DocDisplay` component is provided that will display the documentation in a human-friendly format, which can be integrated with, for example, React-Storybook.