Skip to content

Commit 3f2e943

Browse files
slight error in the pod entry. fixed it. apparently, it's been that way for a while (#296)
1 parent 3b916ff commit 3f2e943

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
@@ -27,7 +27,7 @@ Please note below that _\<platform\>_ is used to represent the platform on which
2727
#### Cocoapod
2828
1. Add the following lines to the _Podfile_:<pre>
2929
```use_frameworks!```
30-
```pod 'OptimizelySDK<platform>', 2.1.0```
30+
```pod 'OptimizelySDK<platform>', '2.1.0'```
3131
</pre>
3232

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

0 commit comments

Comments
 (0)