浏览代码

Updated README some more

master
nitowa 2 年前
父节点
当前提交
a32617ff26
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

32
 
32
 
33
 <img src="https://i.imgur.com/5gYLuYc.png" alt="shoutbox" width="450"/>
33
 <img src="https://i.imgur.com/5gYLuYc.png" alt="shoutbox" width="450"/>
34
 
34
 
35
-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.
35
+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.
36
 
36
 
37
 ### Submitting a new shout to the shoutbox
37
 ### Submitting a new shout to the shoutbox
38
 ```js
38
 ```js

正在加载...
取消
保存