Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Datagram component
# Datagram

[![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)

Event-driven UDP datagram socket client and server for [ReactPHP](http://reactphp.org)
Event-driven UDP datagram socket client and server for [ReactPHP](https://reactphp.org).

## Quickstart example

Expand Down Expand Up @@ -30,7 +30,7 @@ See also the [examples](examples).
## Usage

This library's API is modelled after node.js's API for
[UDP / Datagram Sockets (dgram.Socket)](http://nodejs.org/api/dgram.html).
[UDP / Datagram Sockets (dgram.Socket)](https://nodejs.org/api/dgram.html).

## Install

Expand Down Expand Up @@ -60,4 +60,4 @@ $ php vendor/bin/phpunit

## License

MIT
MIT, see [LICENSE file](LICENSE).