Skip to content

Commit fd735dd

Browse files
authored
Merge pull request #22 from jsor-labs/readme-improvements
README improvements
2 parents 80fd8d8 + f46c8c3 commit fd735dd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

3232
This 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).

0 commit comments

Comments
 (0)