From 1a6f6096e4acf42b3bafe225f192ae0059b6ef82 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Mon, 3 Jul 2017 23:39:42 +1000 Subject: [PATCH] Fix formatting (trivial) --- PROTOCOL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PROTOCOL.md b/PROTOCOL.md index 647895f1..7c8dadcd 100644 --- a/PROTOCOL.md +++ b/PROTOCOL.md @@ -444,7 +444,7 @@ __Response__ : OK if Studio Mode is enabled and specified scene exists, error ot Studio Mode only. Transitions the currently previewed scene to Program (main output). __Request fields__ : -- **"with-transition" (object, optional) : if specified, use this transition when switching from preview to program. This will change the current transition in the frontend to this one. +- **"with-transition"** (object, optional) : if specified, use this transition when switching from preview to program. This will change the current transition in the frontend to this one. __Response__ : OK if studio mode is enabled and optional transition exists, error otherwise. @@ -895,4 +895,4 @@ __Request fields__ : - **"shutdown"** (bool; optional) : shutdown when sorce is not visible - **"render"** (bool; optional) : visibility of the scene item ---- \ No newline at end of file +---