From 96d9c9638cd185ce876abbb0c63128a520ba6494 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Mon, 9 Sep 2019 06:36:53 -0700 Subject: [PATCH] Update README.md (#541) Summary: Fix indentation for the ToC Pull Request resolved: https://github.com/facebook/flipper/pull/541 Reviewed By: danielbuechele Differential Revision: D17257799 Pulled By: passy fbshipit-source-id: 7ac402f4cadd287536f3f25578116084316831fc --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d7279a51..809533de8 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,11 @@ Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Andr - [Desktop](#desktop) - [Running from source](#running-from-source) - [Building standalone application](#building-standalone-application) - - [iOS SDK + Sample App](#ios-sdk--sample-app) - - [Android SDK + Sample app](#android-sdk--sample-app) - - [Documentation](#documentation) - - [Contributing](#contributing) - - [License](#license) - +- [iOS SDK + Sample App](#ios-sdk--sample-app) +- [Android SDK + Sample app](#android-sdk--sample-app) +- [Documentation](#documentation) +- [Contributing](#contributing) +- [License](#license) ## Mobile development @@ -80,6 +79,7 @@ NOTE: If you're on Windows, you need to use Yarn 1.5.1 until [this issue](https: ``` yarn build --mac --version $buildNumber ``` + ## iOS SDK + Sample App ```