File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ This SDK is compatible with [Featurevisor](https://featurevisor.com/) v2.0 proje
4848 - [ Running tests] ( #running-tests )
4949 - [ Releasing] ( #releasing )
5050- [ License] ( #license )
51-
5251## Installation
5352
5453In your PHP application, install the SDK using [ Composer] ( https://getcomposer.org/ ) :
@@ -643,12 +642,11 @@ $f->close();
643642
644643## CLI usage
645644
646-
647645This package also provides a CLI tool for running your Featurevisor project's test specs and benchmarking against this PHP SDK:
648646
649647### Test
650648
651- See: https://featurevisor.com/docs/testing/
649+ Learn more about testing [ here ] ( https://featurevisor.com/docs/testing/ ) .
652650
653651```
654652$ vendor/bin/featurevisor test --projectDirectoryPath="/absolute/path/to/your/featurevisor/project"
@@ -667,7 +665,7 @@ $ vendor/bin/featurevisor test \
667665
668666### Benchmark
669667
670- See: https://featurevisor.com/docs/cli/#benchmarking
668+ Learn more about benchmarking [ here ] ( https://featurevisor.com/docs/cli/#benchmarking ) .
671669
672670```
673671$ vendor/bin/featurevisor benchmark \
@@ -680,7 +678,7 @@ $ vendor/bin/featurevisor benchmark \
680678
681679### Assess distribution
682680
683- See: https://featurevisor.com/docs/cli/#assess-distribution
681+ Learn more about assessing distribution [ here ] ( https://featurevisor.com/docs/cli/#assess-distribution ) .
684682
685683```
686684$ vendor/bin/featurevisor assess-distribution \
You can’t perform that action at this time.
0 commit comments