Skip to content

Commit bb0ad52

Browse files
committed
Minor documentation improvements
1 parent f3271fa commit bb0ad52

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ for [ReactPHP](https://reactphp.org/).
88
**Table of Contents**
99

1010
* [Usage](#usage)
11-
* [buffer()](#buffer)
12-
* [first()](#first)
13-
* [all()](#all)
14-
* [unwrapReadable()](#unwrapreadable)
15-
* [unwrapWritable()](#unwrapwritable)
11+
* [buffer()](#buffer)
12+
* [first()](#first)
13+
* [all()](#all)
14+
* [unwrapReadable()](#unwrapreadable)
15+
* [unwrapWritable()](#unwrapwritable)
1616
* [Install](#install)
1717
* [Tests](#tests)
1818
* [License](#license)
@@ -253,7 +253,7 @@ $loop->addTimer(2.0, function () use ($stream) {
253253

254254
## Install
255255

256-
The recommended way to install this library is [through Composer](https://getcomposer.org).
256+
The recommended way to install this library is [through Composer](https://getcomposer.org/).
257257
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
258258

259259
This project follows [SemVer](https://semver.org/).
@@ -268,12 +268,12 @@ See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
268268
This project aims to run on any platform and thus does not require any PHP
269269
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
270270
HHVM.
271-
It's *highly recommended to use PHP 7+* for this project.
271+
It's *highly recommended to use the latest supported PHP version* for this project.
272272

273273
## Tests
274274

275275
To run the test suite, you first need to clone this repo and then install all
276-
dependencies [through Composer](https://getcomposer.org):
276+
dependencies [through Composer](https://getcomposer.org/):
277277

278278
```bash
279279
$ composer install
@@ -282,7 +282,7 @@ $ composer install
282282
To run the test suite, go to the project root and run:
283283

284284
```bash
285-
$ php vendor/bin/phpunit
285+
$ vendor/bin/phpunit
286286
```
287287

288288
## License

0 commit comments

Comments
 (0)