From a42dd07a4e687bf28106ac5ad5a3df05102bdb43 Mon Sep 17 00:00:00 2001 From: Daniel James Szelogowski Date: Mon, 1 Jan 2024 18:04:40 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 76d2d4b..1ff904e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![NuGet](https://img.shields.io/nuget/v/Chunk-List.svg)](https://www.nuget.org/packages/ChunkList/) +[![CI/CT/CD](https://github.com/danielathome19/Chunk-List/actions/workflows/nuget_push.yml/badge.svg)](https://github.com/danielathome19/Chunk-List/actions/workflows/nuget_push.yml) +[![License](https://img.shields.io/github/license/danielathome19/Chunk-List.svg)](https://github.com/danielathome19/Chunk-List/blob/master/LICENSE.md) + # About A Chunk List is a new, concurrent, chunk-based data structure that is easily modifiable and allows for fast runtime operations.