Kaynağa Gözat

Update 'README.md'

deadtom 4 gün önce
ebeveyn
işleme
d580beb731
1 değiştirilmiş dosya ile 4 ekleme ve 5 silme
  1. 4 5
      README.md

+ 4 - 5
README.md

@@ -116,10 +116,11 @@ Also provided by the install script. The queue will refresh every 30 seconds to
 OwnchatBot accesses Owncast chat room information via a webhook. You'll need to point Owncast at that webhook for things to function.
 1. Go to your Owncast Admin panel -> Integrations -> Webhooks
 2. Click on "Create Webhook"
-3. In the top field, enter OwnchatBot's address and port which you set up in the "Running OwnchatBot" section, with /ocbHook` appended (Example: http://<your.ocb.address>/ocbHook).
+3. In the top field, enter OwnchatBot's address and port which you set up in the "Running OwnchatBot" section, with /ocbHook appended. Example: ```http://<your.ocb.address>/ocbHook```
 4. Click the "Select All" button.
 5. Click "OK"
 
+
 ### Owncast viewer panel button
 You need to create a button on your Owncast page, so your viewers can access the Rewards Panel to view their points, the rewards queue, and other helpful information. This will only work with an SSL enabled server. If you're running Owncast behind a reverse proxy (which you really should be) then you need to set up another reverse proxy for OwnchatBot. Sorry, you're on your own for how to do that. It's way outside the scope of this document.
 
@@ -166,15 +167,13 @@ To display vote and goal progress on-screen, in your stream, create two browser
 _If you'd like to use custom fonts in any of these overlays, put the font file in your instance/assets folder and reference the following location in your CSS: ```http://<your.ocb.address>/assets/yourfont.ttf```_
 
 
-Votes:
-```http://<your.ocb.address>/votes```
+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"