Setup - Part 2

Summary: This diff includes minor changes to the pages within the Setup section of Flipper Docs.

Reviewed By: mweststrate

Differential Revision: D41496698

fbshipit-source-id: a338931bd08e474ee348e25798463647f9a0be29
This commit is contained in:
Kevin Strider
2022-11-24 06:18:36 -08:00
committed by Facebook GitHub Bot
parent 11688f2f11
commit 98d2f37f10
5 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ In order to send custom notifications, take the steps detailed below.
## Android
Instantiate and add the plugin in `FlipperClient`.
1. Instantiate and add the plugin in `FlipperClient`.
```java
import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin;
@@ -18,7 +18,7 @@ import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin;
client.addPlugin(CrashReporterPlugin.getInstance());
```
Use the following API to trigger your custom crash notification.
2. Use the following API to trigger your custom crash notification.
```java
import com.facebook.flipper.plugins.crashreporter.CrashReporterPlugin;