@@ -20,16 +20,27 @@ into your traditional, synchronous (blocking) application stack.
2020
2121** Table of contents**
2222
23+ * [ Support us] ( #support-us )
2324* [ Quickstart example] ( #quickstart-example )
2425* [ Usage] ( #usage )
25- * [ sleep()] ( #sleep )
26- * [ await()] ( #await )
27- * [ awaitAny()] ( #awaitany )
28- * [ awaitAll()] ( #awaitall )
26+ * [ sleep()] ( #sleep )
27+ * [ await()] ( #await )
28+ * [ awaitAny()] ( #awaitany )
29+ * [ awaitAll()] ( #awaitall )
2930* [ Install] ( #install )
3031* [ Tests] ( #tests )
3132* [ License] ( #license )
3233
34+ ## Support us
35+
36+ We invest a lot of time developing, maintaining and updating our awesome
37+ open-source projects. You can help us sustain this high-quality of our work by
38+ [ becoming a sponsor on GitHub] ( https://github.com/sponsors/clue ) . Sponsors get
39+ numerous benefits in return, see our [ sponsoring page] ( https://github.com/sponsors/clue )
40+ for details.
41+
42+ Let's take these projects to the next level together! 🚀
43+
3344### Quickstart example
3445
3546The following example code demonstrates how this library can be used along with
@@ -108,7 +119,7 @@ trigger at the earliest possible time in the future.
108119### await()
109120
110121The ` await(PromiseInterface $promise, LoopInterface $loop, ?float $timeout = null): mixed ` function can be used to
111- Block waiting for the given ` $promise ` to be fulfilled.
122+ block waiting for the given ` $promise ` to be fulfilled.
112123
113124``` php
114125$result = Block\await($promise, $loop, $timeout);
@@ -232,7 +243,7 @@ This project follows [SemVer](https://semver.org/).
232243This will install the latest supported version:
233244
234245``` bash
235- $ composer require clue/block-react:^1.3.1
246+ $ composer require clue/block-react:^1.4
236247```
237248
238249See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
0 commit comments