8000 Merge pull request #95 from nhedger/chore/remove-leading-dollar · reactphp/child-process@127eadc · GitHub
[go: up one dir, main page]

Skip to content

Commit 127eadc

Browse files
authored
Merge pull request #95 from nhedger/chore/remove-leading-dollar
chore(docs): remove leading dollar sign
2 parents 51f190c + ed3a33f commit 127eadc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ The recommended way to install this library is [through Composer](https://getcom
588588
This will install the latest supported version:
589589

590590
```bash
591-
$ composer require react/child-process:^0.6.4
591+
composer require react/child-process:^0.6.4
592592
```
593593

594594
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
@@ -605,13 +605,13 @@ To run the test suite, you first need to clone this repo and then install all
605605
dependencies [through Composer](https://getcomposer.org):
606606

607607
```bash
608-
$ composer install
608+
composer install
609609
```
610610

611611
To run the test suite, go to the project root and run:
612612

613613
```bash
614-
$ php vendor/bin/phpunit
614+
vendor/bin/phpunit
615615
```
616616

617617
## License

0 commit comments

Comments
 (0)
0