@@ -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
259259This project follows [ SemVer] ( https://semver.org/ ) .
@@ -268,12 +268,12 @@ See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
268268This project aims to run on any platform and thus does not require any PHP
269269extensions and supports running on legacy PHP 5.3 through current PHP 8+ and
270270HHVM.
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
275275To 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
282282To 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