From 79be75015b7e313161a816e73c45d3dae4ad6936 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Tue, 30 Oct 2018 00:31:08 +0000 Subject: [PATCH] docs(readme): add Greenkeeper badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92dc813..b4e660d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # react-hooks-introduction -[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-hooks-introduction.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-hooks-introduction) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) +[![Build Status](https://travis-ci.org/the-road-to-learn-react/react-hooks-introduction.svg?branch=master)](https://travis-ci.org/the-road-to-learn-react/react-hooks-introduction) [![Slack](https://slack-the-road-to-learn-react.wieruch.com/badge.svg)](https://slack-the-road-to-learn-react.wieruch.com/) [![Greenkeeper badge](https://badges.greenkeeper.io/the-road-to-learn-react/react-hooks-introduction.svg)](https://greenkeeper.io/) Showcasing popular React Hooks in function components such as useState, useEffect and custom hooks. [Read more about it.](https://www.robinwieruch.de/react-hooks/)