File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Optimizely Rollouts is free feature flags for development teams. Easily roll out
16
16
17
17
The Optimizely PHP SDK can be installed through [ Composer] ( https://getcomposer.org/ ) . Please use the following command:
18
18
19
- ``` sh
19
+ ```
20
20
php composer.phar require optimizely/optimizely-sdk
21
21
```
22
22
@@ -37,7 +37,7 @@ Or you may also use OptimizelyFactory method to create an optimizely client usin
37
37
``` php
38
38
$optimizelyClient = OptimizelyFactory::createDefaultInstance("your-sdk-key", <<DATAFILE >>);
39
39
```
40
- To access your HTTPProjectConfigManager
40
+ To access your HTTPProjectConfigManager:
41
41
42
42
``` php
43
43
$configManager = $optimizelyClient->configManager;
@@ -84,7 +84,7 @@ See the Optimizely Full Stack [developer documentation](https://developers.optim
84
84
##### Running all tests
85
85
You can run all unit tests with:
86
86
87
- ``` sh
87
+ ```
88
88
./vendor/bin/phpunit
89
89
```
90
90
You can’t perform that action at this time.
0 commit comments