small typo correction in android import

Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/388

Differential Revision: D14341908

Pulled By: passy

fbshipit-source-id: dd5329c537311b37c4c39cf1dec4886f543a08d5
This commit is contained in:
Nicolas Hauseux
2019-03-06 07:27:14 -08:00
committed by Facebook Github Bot
parent b304126af3
commit 54d51cc30a

View File

@@ -14,7 +14,7 @@ To use the network plugin, you need to add the plugin to your Flipper client ins
### Android
```java
import com.facebook.Flipper.plugins.network.NetworkFlipperPlugin;
import com.facebook.flipper.plugins.network.NetworkFlipperPlugin;
NetworkFlipperPlugin networkFlipperPlugin = new NetworkFlipperPlugin();
client.addPlugin(networkFlipperPlugin);