From 40e65901bd6191603248a0ec2b3d31b13ed42e26 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 21 Jun 2022 07:37:21 -0700 Subject: [PATCH] Update README.md (#3843) Summary: Old image was 404ing. Pull Request resolved: https://github.com/facebook/flipper/pull/3843 Reviewed By: nikoant Differential Revision: D37311708 Pulled By: passy fbshipit-source-id: 37dc2a84f1b5471480fbde587bb5b0ed6b21446e --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f96648d5..aefd81aab 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Android and, recently, even JS apps in your browser or in Node.js. 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) +![Flipper](website/static/img/inspector.pngg) ## Table of Contents