From ef8d4035341c36472485ff479c9cff49b358f09c Mon Sep 17 00:00:00 2001 From: Roman Liutikov Date: Fri, 26 Feb 2016 18:29:20 +0200 Subject: [PATCH] move gitter badge --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e0120c1..8ce3557 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ Logo +[![Join the chat at https://gitter.im/roman01la/html-to-react-components](https://badges.gitter.im/roman01la/html-to-react-components.svg)](https://gitter.im/roman01la/html-to-react-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) @@ -16,8 +17,6 @@ Extract annotated portions of HTML into React components as separate modules. Th ## When to use it -[![Join the chat at https://gitter.im/roman01la/html-to-react-components](https://badges.gitter.im/roman01la/html-to-react-components.svg)](https://gitter.im/roman01la/html-to-react-components?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) - This utility was designed to free React developers from a boring work of translating HTML into components. Imagine you just got a pile of HTML from your designers. The first thing you will do is break HTML into React components. This is boring and we can automate this.