8000 chore(docs): remove leading dollar sign · reactphp/promise-timer@e4ac712 · GitHub
[go: up one dir, main page]

Ski 8000 p to content

Commit e4ac712

Browse files
committed
chore(docs): remove leading dollar sign
1 parent aa7a73c commit e4ac712

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

290290
```bash
291-
$ composer require react/promise-timer:^1.9
291+
composer require react/promise-timer:^1.9
292292
```
293293

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

306306
```bash
307-
$ composer install
307+
composer install
308308
```
309309

310310
To run the test suite, go to the project root and run:
311311

312312
```bash
313-
$ vendor/bin/phpunit
313+
vendor/bin/phpunit
314314
```
315315

316316
## License

0 commit comments

Comments
 (0)
0