Skip to content

Commit aeea6a9

Browse files
committed
Updating documentation
1 parent 93dd715 commit aeea6a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ On your application targets’ “Build Phases” settings tab, click the “+
7373

7474
Add `GreatCircle` to your podfile:
7575
```
76-
platform :ios, '10.0'
77-
use_frameworks!
78-
target 'YourTarget'
79-
pod 'GreatCircle', '~> 1.0.0'
76+
target 'MyApp' do
77+
use_frameworks!
78+
pod 'GreatCircle', '~> 1.0'
79+
end
8080
```
8181

8282
And install it using:

0 commit comments

Comments
 (0)