From a32617ff26e0b555e63e4eb4c34b8309d5212a6d Mon Sep 17 00:00:00 2001 From: nitowa Date: Wed, 23 Nov 2022 10:49:00 +0100 Subject: [PATCH] Updated README some more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d994bd2..352f1b3 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ To prove the feasibility of this approach, this project contains a small example shoutbox -The exact procedure is more easily explained in code than visually. The presented code snippets should be considered pseudocode, but if you're interested in the exact steps please take a look into `src/frontend/src/app/services/ShoutboxData.service.ts`. The actual implementation isn't any more complex than the steps below but they were altered for readability reasons. +The exact procedure is more easily explained in code than visually. The presented code snippets should be considered pseudocode, but if you're interested in the exact steps please take a look into [ShoutboxData.service.ts](https://gitea.nitowa.xyz/nitowa/httxrp/src/branch/master/src/frontend/src/app/services/ShoutboxData.service.ts). The actual implementation isn't any more complex than the steps below but they were altered for readability reasons. ### Submitting a new shout to the shoutbox ```js