@@ -8,11 +8,11 @@ for [ReactPHP](https://reactphp.org/).
8
8
** Table of Contents**
9
9
10
10
* [ 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 )
16
16
* [ Install] ( #install )
17
17
* [ Tests] ( #tests )
18
18
* [ License] ( #license )
@@ -253,7 +253,7 @@ $loop->addTimer(2.0, function () use ($stream) {
253
253
254
254
## Install
255
255
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/ ) .
257
257
[ New to Composer?] ( https://getcomposer.org/doc/00-intro.md )
258
258
259
259
This project follows [ SemVer] ( https://semver.org/ ) .
@@ -268,12 +268,12 @@ See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
268
268
This project aims to run on any platform and thus does not require any PHP
269
269
extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
270
270
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.
272
272
273
273
## Tests
274
274
275
275
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/ ) :
277
277
278
278
``` bash
279
279
$ composer install
@@ -282,7 +282,7 @@ $ composer install
282
282
To run the test suite, go to the project root and run:
283
283
284
284
``` bash
285
- $ php vendor/bin/phpunit
285
+ $ vendor/bin/phpunit
286
286
```
287
287
288
288
## License
0 commit comments