From 7c0836da73b579ef5ab3ec5d13e26cd89571d9d2 Mon Sep 17 00:00:00 2001 From: Elizabeth Date: Tue, 22 Nov 2022 09:03:58 -0500 Subject: [PATCH] update readme --- readme.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.adoc b/readme.adoc index fd4d602..4b2571e 100644 --- a/readme.adoc +++ b/readme.adoc @@ -2,6 +2,10 @@ :source-highlighter: highlightjs :lib-version: 0.1.0 +image:https://img.shields.io/badge/license-MIT-green[GitHub] +image:https://img.shields.io/badge/docs-dokka-brightgreen[link="https://k-libs.github.io/k-queue/dokka/0.1.0/k-queue/io.klibs.collections/index.html"] +image:https://img.shields.io/maven-central/v/io.k-libs/queue[link="https://search.maven.org/artifact/io.k-libs/queue"] + A pure Kotlin FIFO queue implementation. == Import