Skip to content

Commit b8ebe2f

Browse files
committed
Update homepage
1 parent 5f8911b commit b8ebe2f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clue/datagram [![Build Status](https://travis-ci.org/clue/datagram.png?branch=master)](https://travis-ci.org/clue/datagram)
1+
# clue/datagram [![Build Status](https://travis-ci.org/clue/reactphp-datagram.png?branch=master)](https://travis-ci.org/clue/reactphp-datagram)
22

33
UDP datagram socket client and server for reactphp
44

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"name": "clue/datagram",
3-
"homepage": "https://github.com/clue/datagram",
43
"description": "UDP datagram socket client and server for reactphp",
54
"keywords": ["udp", "datagram", "dgram", "socket", "client", "server", "react", "async"],
5+
"homepage": "https://github.com/clue/reactphp-datagram",
66
"license": "MIT",
7+
"authors": [
8+
{
9+
"name": "Christian Lück",
10+
"email": "[email protected]"
11+
}
12+
],
713
"autoload": {
814
"psr-4": {"Datagram\\": "src"}
915
},

0 commit comments

Comments
 (0)