From c1f494b173f40b4e21ef30b8376fa321fa2f9d00 Mon Sep 17 00:00:00 2001 From: Hannes Ebner Date: Thu, 31 Mar 2022 17:25:06 +0200 Subject: [PATCH] Changing reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 910bc4f..54e62d5 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ## Boilerplate -As you could see as the result of 4. above, the boilerplate is a very basic, but fully functional implementation of a REST API. +As you could see as the result of 5. above, the boilerplate is a very basic, but fully functional implementation of a REST API. There are only two REST resources: a status resource that attaches to `/status` and a default resource that responds at `/`.