Skip to content

Commit 9018612

Browse files
committed
Update project homepage
1 parent 64c3b16 commit 9018612

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# clue/multicast-react [![Build Status](https://travis-ci.org/clue/php-multicast-react.svg?branch=master)](https://travis-ci.org/clue/php-multicast-react)
1+
# clue/reactphp-multicast [![Build Status](https://travis-ci.org/clue/reactphp-multicast.svg?branch=master)](https://travis-ci.org/clue/reactphp-multicast)
22

3-
Multicast UDP messages, built on top of [React PHP](http://reactphp.org/).
3+
Simple multicast UDP message client and server for [ReactPHP](https://reactphp.org/).
44

55
Multicast UDP messages are needed for quite a few (low-level) networking protocols.
66
This library exposes a simple subset of commonly needed functionality for

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "clue/multicast-react",
3-
"description": "Simple async/streaming UDP multicast client and server",
3+
"description": "Simple multicast UDP message client and server for ReactPHP.",
44
"keywords": ["multicast", "mcast", "udp", "ReactPHP", "async"],
5-
"homepage": "https://github.com/clue/php-multicast-react",
5+
"homepage": "https://github.com/clue/reactphp-multicast",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)