From b46b3eef944f90e60118d7c43a15bfb4f8127cc1 Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Thu, 20 Feb 2020 15:36:19 -0800 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e78830f..81bc625 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MoonTools.Easing [![NuGet Badge](https://buildstats.info/nuget/MoonTools.Easing)](https://www.nuget.org/packages/MoonTools.Easing/) -[![CircleCI](https://circleci.com/gh/MoonsideGames/MoonTools.Easing.svg?style=svg)](https://circleci.com/gh/MoonsideGames/MoonTools.Easing) +[![Build Status](https://drone.moonside.games/api/badges/MoonsideGames/MoonTools.Easing/status.svg)](https://drone.moonside.games/MoonsideGames/MoonTools.Easing) Easing functions for .NET Standard @@ -14,7 +14,7 @@ https://easings.net Use easing functions to transform time values and get fancy animations along paths. ```cs -using MoonTools.Easing; +using MoonTools; // Transform a normalized time value. Easing.InQuad(0.75f); // => 0.5625f