From 4730c417bcdcacd85a1b056edfc537e349375b84 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Mon, 1 Aug 2022 08:20:37 -0700 Subject: [PATCH] Fix typo in image url in `README.md` (#3929) Summary: Introduced in https://github.com/facebook/flipper/commit/40e65901bd6191603248a0ec2b3d31b13ed42e26 Pull Request resolved: https://github.com/facebook/flipper/pull/3929 Reviewed By: lblasa Differential Revision: D38314975 Pulled By: LukeDefeo fbshipit-source-id: 73240f1bd66d9d119b6e726ee45ca2fc7b0bbcc5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aefd81aab..4b9634f69 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/inspector.pngg) +![Flipper](website/static/img/inspector.png) ## Table of Contents