Skip to content

Commit cb7ae9d

Browse files
fix readme (#208)
1 parent 75ed6d2 commit cb7ae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Please note below that _\<platform\>_ is used to represent the platform on which
2828
#### Cocoapod
2929
1. Add the following lines to the _Podfile_:<pre>
3030
```use_frameworks!```
31-
```pod 'OptimizelySDK', :git => 'https://github.com/optimizely/swift-sdk.git', :branch => 'master'```
31+
```pod 'OptimizelySwiftSDK', :git => 'https://github.com/optimizely/swift-sdk.git', :branch => 'master'```
3232
</pre>
3333

3434
2. Run the following command: <pre>``` pod install ```</pre>

0 commit comments

Comments
 (0)