From 56a85ae9dde8d65d9465e1dd9a6477208dff6576 Mon Sep 17 00:00:00 2001 From: Darsh Shah Date: Wed, 22 Jul 2020 04:11:39 -0700 Subject: [PATCH] feat(docs): Update README.md (#1395) Summary: > Updating Readme.md file. This will make it look a lot cleaner. ### Changes - [x] Added Flipper logo - [x] aligning header elements to center Pull Request resolved: https://github.com/facebook/flipper/pull/1395 Reviewed By: jknoxville Differential Revision: D22661963 Pulled By: mweststrate fbshipit-source-id: 01c495da3037a28a9f69907f8f94e42e77143d10 --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec4c85318..79ea73418 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,24 @@ -# Flipper [![Build Status](https://travis-ci.org/facebook/flipper.svg?branch=master)](https://travis-ci.org/facebook/flipper) [![Android Maven Badge](https://img.shields.io/maven-metadata/v/https/jcenter.bintray.com/com/facebook/flipper/flipper/maven-metadata.xml.svg?color=green&label=android)](https://bintray.com/facebook/maven/com.facebook.flipper%3Aflipper) [![iOS](https://img.shields.io/cocoapods/v/FlipperKit.svg?label=iOS&color=blue)](https://cocoapods.org/pods/Flipper) +

+ logo +

+

+ Flipper +

+

+ + Build Status + + + Android Maven Badge + + + iOS + +

-Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API. +

+ Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Flipper as is or extend it using the plugin API. +

![Flipper](/website/static/img/layout.png)