From fdd0587c974810d2f7236145cbd887a9ee04511b Mon Sep 17 00:00:00 2001
From: CheddarCrisp <cheddar@crispbyte.dev>
Date: Mon, 12 Feb 2024 13:51:03 -0500
Subject: [PATCH] Add test info to README

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00b8912..dfa7940 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,11 @@
 This is an implementation of the [Todo-Backend spec](https://www.todobackend.com/) using the ASP.NET minimal API.
 
 ## Running
-Originally written for .NET 8.0. After installing the `dotnet` CLI and the .NET 8.0 SDK, run `dotnet run` from the `TodoMinimal.Webapi` folder.
\ No newline at end of file
+Originally written for .NET 8.0. After installing the `dotnet` CLI and the .NET 8.0 SDK, run `dotnet run` from the `TodoMinimal.Webapi` folder.
+
+## Running tests
+To run the spec tests:
+1. Run the application using directions above
+2. Go to [Reference Specs for Todo-Backend](https://www.todobackend.com/specs/)
+3. Enter `http://localhost:5143` as the `test target root`
+4. Click `run tests`
\ No newline at end of file