From da7c401e7f97358f973b065b3de848bf041fd29f Mon Sep 17 00:00:00 2001 From: Alexey Galakhov Date: Tue, 11 Apr 2017 16:30:49 +0200 Subject: [PATCH] trivial: fix license badges in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c98692e..a391934 100644 --- a/README.md +++ b/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)