From 4a7acf9b9ef371b73428909ad0fd27f9ce44ffe4 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 14 Feb 2021 13:37:47 +0900 Subject: [PATCH] Update license badge to match Cargo.toml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e9d4a..dfa9871 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build](https://github.com/smol-rs/concurrent-queue/workflows/Build%20and%20test/badge.svg)]( https://github.com/smol-rs/concurrent-queue/actions) -[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( +[![License](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)]( https://github.com/smol-rs/concurrent-queue) [![Cargo](https://img.shields.io/crates/v/concurrent-queue.svg)]( https://crates.io/crates/concurrent-queue)