From 73c018d3fe7d84994627e945337c2a4a49064856 Mon Sep 17 00:00:00 2001 From: Flurry Bot Date: Mon, 13 Nov 2023 14:17:34 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d3802..cf59134 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ A React Native plugin for Flurry SDK 2. Add the following line in your target section before `use_native_modules!` ```ruby - pod 'react-native-flurry-sdk', :path => '../node_modules/react-native-flurry-sdk/ios', :subspecs => ['FlurrySDK-Push'] + pod 'react-native-flurry-sdk', :path => '../node_modules/react-native-flurry-sdk', :subspecs => ['FlurrySDK-Push'] ``` Your target section of Podfile should now look like this: