docs(functions): fix ios manual linking typo (#3105)

This commit is contained in:
Dávid Lévai
2020-01-20 15:35:20 +01:00
committed by Mike Diarmid
parent 31d73f4087
commit ca2da3e453

View File

@@ -17,7 +17,7 @@ Add the `RNFBFunctions` Pod to your projects `/ios/Podfile`:
```ruby{3}
target 'app' do
...
pod 'RNFBFirestore', :path => '../node_modules/@react-native-firebase/functions'
pod 'RNFBFunctions', :path => '../node_modules/@react-native-firebase/functions'
end
```