From 098410369609102af9a8d779699df0543b2fbb25 Mon Sep 17 00:00:00 2001 From: Igor Randjelovic Date: Mon, 18 Jun 2018 03:22:59 -0700 Subject: [PATCH] Add screenshot to the readme (#46) Summary: To make it more appealing for people landing on the GitHub page - seeing a nice screenshot is always a plus! Closes https://github.com/facebook/Sonar/pull/46 Differential Revision: D8476809 Pulled By: danielbuechele fbshipit-source-id: d26b10069ab5745342156669ff627dd4fdad2fdb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 364474bcd..4ddfd517e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Sonar is a platform for debugging mobile apps on iOS and Android. Visualize, inspect, and control your apps from a simple desktop interface. Use Sonar as is or extend it using the plugin API. +![Sonar](/website/static/img/splash@2x.png) + ## Mobile development Sonar aims to be your number one companion for mobile app development on iOS and Android. Therefore, we provide a bunch of useful tools including a log viewer, interactive layout inspector, and network inspector.