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
This commit is contained in:
Pascal Hartig
2019-09-09 06:36:53 -07:00
committed by Facebook Github Bot
parent 566f2bf96e
commit 96d9c9638c

View File

@@ -16,12 +16,11 @@ Flipper (formerly Sonar) is a platform for debugging mobile apps on iOS and Andr
- [Desktop](#desktop) - [Desktop](#desktop)
- [Running from source](#running-from-source) - [Running from source](#running-from-source)
- [Building standalone application](#building-standalone-application) - [Building standalone application](#building-standalone-application)
- [iOS SDK + Sample App](#ios-sdk--sample-app) - [iOS SDK + Sample App](#ios-sdk--sample-app)
- [Android SDK + Sample app](#android-sdk--sample-app) - [Android SDK + Sample app](#android-sdk--sample-app)
- [Documentation](#documentation) - [Documentation](#documentation)
- [Contributing](#contributing) - [Contributing](#contributing)
- [License](#license) - [License](#license)
## Mobile development ## 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 yarn build --mac --version $buildNumber
``` ```
## iOS SDK + Sample App ## iOS SDK + Sample App
``` ```