Skip to content

Commit d11d2b8

Browse files
committed
docs: readme updates
1 parent 7872893 commit d11d2b8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff 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

5453
In your PHP application, install the SDK using [Composer](https://getcomposer.org/):
@@ -643,12 +642,11 @@ $f->close();
643642

644643
## CLI usage
645644

646-
647645
This 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 \

0 commit comments

Comments
 (0)