From 2865e3b23000751ed443d3f108da2735abf80716 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sun, 25 May 2014 13:54:51 -0400 Subject: [PATCH] Update readme for tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3fabce..01e9188 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The recommended way to install react/zmq is [through composer](http://getcompose ```JSON { "require": { - "react/zmq": "0.2.*" + "react/zmq": "0.2.*|0.3.*" } } ```