Updated README some more

This commit is contained in:
nitowa
2022-11-23 10:49:00 +01:00
parent 60ce8d4839
commit a32617ff26
+1 -1
View File
@@ -32,7 +32,7 @@ To prove the feasibility of this approach, this project contains a small example
<img src="https://i.imgur.com/5gYLuYc.png" alt="shoutbox" width="450"/> <img src="https://i.imgur.com/5gYLuYc.png" alt="shoutbox" width="450"/>
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 ### Submitting a new shout to the shoutbox
```js ```js