Update README.md

This commit is contained in:
Yousef Hamza 2017-04-30 09:13:54 +02:00 committed by GitHub
parent 966d411c86
commit c64f24acf1

View File

@ -14,7 +14,7 @@
#### iOS installation
1. Open your app `.xcodeproj` file
2. Add the following line to your "Podfile": `pod 'Instabug', '~> 7.0.0'`
2. Add the following line to your "Podfile": `pod 'Instabug', '~> 7.0'`
3. run `pod install`
4. Run your project (`Cmd+R`)<