From 9993f265cae2b9d17072af0022d7fc687e0ffee7 Mon Sep 17 00:00:00 2001 From: Viktor Lofgren Date: Wed, 28 Feb 2024 17:40:05 +0100 Subject: [PATCH] (doc) Remove irrelevant text --- code/readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/readme.md b/code/readme.md index d75912b2..97337f1c 100644 --- a/code/readme.md +++ b/code/readme.md @@ -52,8 +52,6 @@ This is an unusual architecture, but it has the benefit that you don't need to t the layout of the system. You can just request an API and talk to it. Because of this, several of the services have almost no code of their own. They merely import a library and expose it as a service. -These skeleton services are marked with (S). - Services that expose HTTP endpoints tend to have more code. They are marked with (G). ### Processes