瀏覽代碼

Formatting

deadtom 4 天之前
父節點
當前提交
2ed5df050e
共有 1 個文件被更改,包括 12 次插入6 次删除
  1. 12 6
      README.md

+ 12 - 6
README.md

@@ -155,7 +155,7 @@ Integration is accomplished via a webhook triggered by Kofi every time a donatio
 
 Paste the webhook address into Kofi -> More -> API -> Webhooks -> Webhook URL.
   ```
-  https://<your.ocb.address>/kofiHook
+  https://<your_external.ownchatbot.url>/kofiHook
   ```
 
 Click "Update", but stay on this page.
@@ -173,22 +173,26 @@ Email addresses are **ONLY** used for Kofi integration. They are not sent to any
 ## Overlays
 To display vote and goal progress on-screen, in your stream, create two browser sources in your streaming software.
 
+
 Votes: ```http://<your.ocb.address>/votes```
 * Recommended width: 420
 * Recommended height: 150
 * In OBS, check "Refresh browser source when scene becomes active"
 
-Goals ```http://<your.ocb.address>/goals```
+
+Goals: ```http://<your.ocb.address>/goals```
 * Recommended width: 610
 * Recommended height: 210
 * In OBS, check "Refresh browser source when scene becomes active"
 
+
 ## To-do list
 You can set up a to-do list to display over your stream.
 Add, cross off or remove tasks using the "To-Do list" menu in the management panel.
 To display the list on-screen, create a browser source in your streaming software using the following information.
 
-To-do list ```http://<your.ocb.address>/todo```
+
+To-do list"" ```http://<your.ocb.address>/todo```
 * Recommended width: 420
 * Recommended height: 500
 * In OBS, check "Refresh browser source when scene becomes active"
@@ -218,9 +222,11 @@ li {
 You can upload custom images and videos to display on your stream when a viewer follows you, or when a goal or milestone is reached.
 To display these on-screen, create browser sources in your streaming software using the following information.
 
-Follower alert ```http://<your.ocb.address>/alert/follower```
-Milestone alert ```http://<your.ocb.address>/alert/milestone```
-Goal alert ```http://<your.ocb.address>/alert/goal```
+Follower alert: ```http://<your.ocb.address>/alert/follower```
+
+Milestone alert: ```http://<your.ocb.address>/alert/milestone```
+
+Goal alert: ```http://<your.ocb.address>/alert/goal```
 * Recommended width: 200
 * Recommended height: 200
 * In OBS, check "Refresh browser source when scene becomes active"