From d00102cb3926a5731b73c5878ec7beafb9dc4a93 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Sun, 15 Jun 2014 11:27:15 -0400 Subject: [PATCH] Fix version badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67f307d..5cc5976 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #Ratchet [![Build Status](https://secure.travis-ci.org/ratchetphp/Ratchet.png?branch=master)](http://travis-ci.org/ratchetphp/Ratchet) -[![Latest Stable Version](https://poser.pugx.org/ratchetphp/Ratchet/v/stable.png)](https://packagist.org/packages/cboden/ratchet) +[![Latest Stable Version](https://poser.pugx.org/cboden/ratchet/v/stable.png)](https://packagist.org/packages/cboden/ratchet) A PHP 5.3 library for asynchronously serving WebSockets. Build up your application through simple interfaces and re-use your application without changing any of its code just by combining different components.