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