diff --git a/README.md b/README.md index 9aa94f4..1efb8e0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# clue/multicast-react [![Build Status](https://travis-ci.org/clue/php-multicast-react.svg?branch=master)](https://travis-ci.org/clue/php-multicast-react) +# clue/reactphp-multicast [![Build Status](https://travis-ci.org/clue/reactphp-multicast.svg?branch=master)](https://travis-ci.org/clue/reactphp-multicast) -Multicast UDP messages, built on top of [React PHP](http://reactphp.org/). +Simple multicast UDP message client and server for [ReactPHP](https://reactphp.org/). Multicast UDP messages are needed for quite a few (low-level) networking protocols. This library exposes a simple subset of commonly needed functionality for diff --git a/composer.json b/composer.json index 4fa10da..31f670d 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "clue/multicast-react", - "description": "Simple async/streaming UDP multicast client and server", + "description": "Simple multicast UDP message client and server for ReactPHP.", "keywords": ["multicast", "mcast", "udp", "ReactPHP", "async"], - "homepage": "https://github.com/clue/php-multicast-react", + "homepage": "https://github.com/clue/reactphp-multicast", "license": "MIT", "authors": [ {