Skip to content

Commit 8bcaf94

Browse files
committed
Move paragraph from license section into initial section
1 parent dd2560c commit 8bcaf94

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ PHP 8.1 ships with fibers built-in, which offers cooperative multi-threading.
1414
Calls can be synchronous without promises or callbacks, while still allowing for non-blocking I/O.
1515

1616
Every application making use of cooperative multitasking needs a single scheduler (also called event loop), which this package provides.
17-
Revolt isn't a full-blown framework for writing concurrent PHP applications, but only provides what's necessary as a common base.
18-
Different (strongly) opinionated libraries can be built on top of it.
17+
Revolt is the result of combining years of experience of Amp's and ReactPHP's event loop implementations.
18+
However, it is not a full-blown framework for writing concurrent PHP applications, but only provides what's necessary as a common base.
19+
Different (strongly) opinionated libraries can be built on top of it and both Amp and ReactPHP will continue to co-exist.
1920

2021
## Installation
2122

@@ -41,5 +42,3 @@ Applications with many concurrent file descriptors require one of the [extension
4142
## License
4243

4344
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) file for more information.
44-
45-
Revolt is the result of combining years of experience of Amp's and ReactPHP's event loop implementations.

0 commit comments

Comments
 (0)