Browse Source

Fix URL redirect.

pull/1032/head
Jamie 6 years ago
parent
commit
973aea090c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

486
 * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
486
 * [Prooph Event Store](https://github.com/prooph/event-store) - An event source component to persist event messages
487
 * [PHP Defer](https://github.com/php-defer/php-defer) - Golang's defer statement for PHP.
487
 * [PHP Defer](https://github.com/php-defer/php-defer) - Golang's defer statement for PHP.
488
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
488
 * [Ratchet](https://github.com/ratchetphp/Ratchet) - A web socket library.
489
-* [React](https://github.com/reactphp/react) - An event driven non-blocking I/O library.
489
+* [React](https://github.com/reactphp/reactphp) - An event driven non-blocking I/O library.
490
 * [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
490
 * [RxPHP](https://github.com/ReactiveX/RxPHP) - A reactive extension library.
491
 * [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C.
491
 * [Swoole](https://github.com/swoole/swoole-src) - An event-driven asynchronous and concurrent networking communication framework with high performance for PHP written in C.
492
 * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.
492
 * [Workerman](https://github.com/walkor/Workerman) - An event driven non-blocking I/O library.

Loading…
Cancel
Save