We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726d503 commit 04bfd60Copy full SHA for 04bfd60
1 file changed
README.md
@@ -8,6 +8,10 @@ The socket component provides a more usable interface for a socket-layer
8
server based on the [`EventLoop`](https://github.com/reactphp/event-loop)
9
and [`Stream`](https://github.com/reactphp/stream) components.
10
11
+> The master branch contains the code for the upcoming 0.5 release.
12
+For the code of the current stable 0.4.x release, checkout the
13
+[0.4 branch](https://github.com/reactphp/socket-client/tree/0.4).
14
+
15
**Table of Contents**
16
17
* [Quickstart example](#quickstart-example)
0 commit comments