Skip to content

Commit 796fd94

Browse files
authored
Merge pull request #50 from nhedger/chore/remove-dollar-sign
chore(docs): remove leading dollar sign
2 parents 88c18df + 2ddaf82 commit 796fd94

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
@@ -38,7 +38,7 @@ This project follows [SemVer](https://semver.org/).
3838
This will install the latest supported version:
3939

4040
```bash
41-
$ composer require react/datagram:^1.8
41+
composer require react/datagram:^1.8
4242
```
4343

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

5656
```bash
57-
$ composer install
57+
composer install
5858
```
5959

6060
To run the test suite, go to the project root and run:
6161

6262
```bash
63-
$ php vendor/bin/phpunit
63+
vendor/bin/phpunit
6464
```
6565

6666
## License

0 commit comments

Comments
 (0)