File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- # Datagram component
1+ # Datagram
22
33[ ![ Build Status] ( https://travis-ci.org/reactphp/datagram.svg?branch=master )] ( https://travis-ci.org/reactphp/datagram ) [ ![ Code Climate] ( https://codeclimate.com/github/reactphp/datagram/badges/gpa.svg )] ( https://codeclimate.com/github/reactphp/datagram )
44
5- Event-driven UDP datagram socket client and server for [ ReactPHP] ( http ://reactphp.org)
5+ Event-driven UDP datagram socket client and server for [ ReactPHP] ( https ://reactphp.org) .
66
77## Quickstart example
88
@@ -30,7 +30,7 @@ See also the [examples](examples).
3030## Usage
3131
3232This library's API is modelled after node.js's API for
33- [ UDP / Datagram Sockets (dgram.Socket)] ( http ://nodejs.org/api/dgram.html) .
33+ [ UDP / Datagram Sockets (dgram.Socket)] ( https ://nodejs.org/api/dgram.html) .
3434
3535## Install
3636
@@ -60,4 +60,4 @@ $ php vendor/bin/phpunit
6060
6161## License
6262
63- MIT
63+ MIT, see [ LICENSE file ] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments