From d277e1da9ebca0fbef238b19ce3c1c20ee6d4861 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 15 Oct 2019 02:29:38 -0700 Subject: [PATCH] Show up-to-date image (#585) Summary: The previous one was a bit outdated. It's only used in low-res environments otherwise where that's fine, but let's a more recent one for the README header. Pull Request resolved: https://github.com/facebook/flipper/pull/585 Test Plan: eyes Reviewed By: jknoxville Differential Revision: D17908742 Pulled By: passy fbshipit-source-id: 81e3ccf9e1b94bd57d162dd59b0a4dfb8e4366ea --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75de82c1a..2470941ce 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 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/splash@2x.png) +![Flipper](/docs/assets/layout.png) ## Table of Contents