Skip to content

Commit 41f1dcf

Browse files
committed
cleanup
1 parent 4b48e5f commit 41f1dcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Optimizely Rollouts is free feature flags for development teams. Easily roll out
1616

1717
The Optimizely PHP SDK can be installed through [Composer](https://getcomposer.org/). Please use the following command:
1818

19-
```sh
19+
```
2020
php composer.phar require optimizely/optimizely-sdk
2121
```
2222

@@ -37,7 +37,7 @@ Or you may also use OptimizelyFactory method to create an optimizely client usin
3737
```php
3838
$optimizelyClient = OptimizelyFactory::createDefaultInstance("your-sdk-key", <<DATAFILE>>);
3939
```
40-
To access your HTTPProjectConfigManager
40+
To access your HTTPProjectConfigManager:
4141

4242
```php
4343
$configManager = $optimizelyClient->configManager;
@@ -84,7 +84,7 @@ See the Optimizely Full Stack [developer documentation](https://developers.optim
8484
##### Running all tests
8585
You can run all unit tests with:
8686

87-
```sh
87+
```
8888
./vendor/bin/phpunit
8989
```
9090

0 commit comments

Comments
 (0)