We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b916ff commit 3f2e943Copy full SHA for 3f2e943
README.md
@@ -27,7 +27,7 @@ Please note below that _\<platform\>_ is used to represent the platform on which
27
#### Cocoapod
28
1. Add the following lines to the _Podfile_:<pre>
29
```use_frameworks!```
30
- ```pod 'OptimizelySDK<platform>', 2.1.0```
+ ```pod 'OptimizelySDK<platform>', '2.1.0'```
31
</pre>
32
33
2. Run the following command: <pre>``` pod install ```</pre>
0 commit comments