From 912839b538d8c1cea5b91d030344f4b059da03c6 Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Thu, 25 Jul 2019 18:46:11 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 256d2c2..be0b88c 100644 --- a/README.md +++ b/README.md @@ -94,10 +94,6 @@ if (myTask.IsStarted) Use NuGet package [RecurrentTasks](https://www.nuget.org/packages/RecurrentTasks/) -## Testing - -Tests can be run with `dotnet test`. - ### Dependencies * Microsoft.AspNetCore.Http.Abstractions, v2.1.0 @@ -105,3 +101,7 @@ Tests can be run with `dotnet test`. * Microsoft.Extensions.Hosting.Abstractions, v2.1.0 * Microsoft.Extensions.Logging.Abstractions, v2.1.0 * Microsoft.Extensions.Options, v2.1.0 + +## Testing + +Tests can be run with `dotnet test`.