From 75af6b3c72f4ba3c33e72d6cfebf440b68d63330 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 7 Aug 2018 06:41:30 -0700 Subject: [PATCH] Update README formatting (#208) Summary: Without the newline, this gets interpreted as a headline, which looks a bit weird. Pull Request resolved: https://github.com/facebook/flipper/pull/208 Reviewed By: danielbuechele Differential Revision: D9194566 Pulled By: passy fbshipit-source-id: 67d63e072f4f8d0e86f3a2a0a48886e7e5716b40 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index db172d6c1..2645fed1e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ --- **Flipper, formerly Sonar, is currently in the process of being renamed. This may cause some inconsistencies until everything is in place. We apologize for any inconvience caused.** + --- Flipper 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.