diff --git a/desktop/plugins/public/network/docs/setup.mdx b/desktop/plugins/public/network/docs/setup.mdx index 36e092b62..70cff81a5 100644 --- a/desktop/plugins/public/network/docs/setup.mdx +++ b/desktop/plugins/public/network/docs/setup.mdx @@ -71,10 +71,10 @@ To enable network inspection, add the following pod to your Podfile: pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version ``` -Initialise the plugin in the following way: +Initialise the plugin in the following way by updating AppDelegate.m: - - + + ```objc #import