From 9aba0a82d816ff61fd64a8fefba234ccc6235194 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Tue, 29 Oct 2019 15:01:03 -0700 Subject: [PATCH] adds badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d4e593e..e4d8856 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # MoonTools.Core.Graph +[![NuGet Badge](https://buildstats.info/nuget/MoonTools.Core.Graph)](https://www.nuget.org/packages/MoonTools.Core.Graph/) +[![CircleCI](https://circleci.com/gh/MoonsideGames/MoonTools.Core.Graph.svg?style=svg)](https://circleci.com/gh/MoonsideGames/MoonTools.Core.Graph) + A GC-friendly graph theory library for C# intended for use with games. ## Usage