Skip to content

Commit

Permalink
fix README.md (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
juancarlostong authored May 17, 2019
1 parent 308d104 commit d0daf2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
name: Push to cocoapods.org
language: minimal
os: osx
osx_image: xcode10
env:
- VERSION=3.1.0
install:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ https://www.sqlite.org/threadsafe.html
#### Cocoapod
1. Add the following lines to the _Podfile_:<pre>
```use_frameworks!```
```pod 'OptimizelySDK<platform>', '~> 3.0.0'```
```pod 'OptimizelySDK<platform>', '~> 3.1.0'```
</pre>

2. Run the following command: <pre>``` pod install ```</pre>
Expand All @@ -43,7 +43,7 @@ Further installation instructions for Cocoapods: https://guides.cocoapods.org/us

#### Carthage
1. Add the following lines to the _Cartfile_:<pre>
github "optimizely/objective-c-sdk" ~> 3.0.0
github "optimizely/objective-c-sdk" ~> 3.1.0
</pre>

2. Run the following command:<pre>```carthage update```</pre>
Expand Down

0 comments on commit d0daf2e

Please sign in to comment.