Skip to content

Commit b314b5e

Browse files
authored
Merge pull request #31 from nhedger/chore/remove-dollar-sign
chore(docs): remove leading dollar sign
2 parents ef05517 + a0f9676 commit b314b5e

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

265265
```bash
266-
$ composer require react/promise-stream:^1.4
266+
composer require react/promise-stream:^1.4
267267
```
268268

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

281281
```bash
282-
$ composer install
282+
composer install
283283
```
284284

285285
To run the test suite, go to the project root and run:
286286

287287
```bash
288-
$ vendor/bin/phpunit
288+
vendor/bin/phpunit
289289
```
290290

291291
## License

0 commit comments

Comments
 (0)