trivial: fix license badges in README.md

pull/12/head
Alexey Galakhov 8 years ago
parent 9aff611dcc
commit da7c401e7f
  1. 3
      README.md

@ -19,7 +19,8 @@ for stream in server.incoming() {
Introduction
------------
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![MIT licensed](https://img.shields.io/badge/License-MIT-blue.svg)](./LICENSE-MIT)
[![Apache-2.0 licensed](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](./LICENSE-APACHE)
This library provides an implementation of WebSockets,
[RFC6455](https://tools.ietf.org/html/rfc6455). It allows for both synchronous (like TcpStream)

Loading…
Cancel
Save