From 3ac5eb48f7e1b7d6abae5d57dcfcf9e74c8c98ad Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Tue, 29 Oct 2019 14:58:58 -0700 Subject: [PATCH] add badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a4d5317..d665f53 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # MoonTools.Core.Curve +[![NuGet Badge](https://buildstats.info/nuget/MoonTools.Core.Curve)](https://www.nuget.org/packages/MoonTools.Core.Curve/) +[![CircleCI](https://circleci.com/gh/MoonsideGames/MoonTools.Core.Curve.svg?style=svg)](https://circleci.com/gh/MoonsideGames/MoonTools.Core.Curve) + Implements quadratic and cubic Bezier curves in 2D and 3D. ## Example