From 214aeb7fc316355fa8bcd9afb0fae842d3af6b1f Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 7 Nov 2016 22:05:43 +0100 Subject: [PATCH] Syntax fix; Movit effects are italics, not bold. --- theme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme.rst b/theme.rst index 655329e..162d862 100644 --- a/theme.rst +++ b/theme.rst @@ -327,7 +327,7 @@ were created like this:: input = chain:add_live_input(false, deint) -Image inputs are instead created by instantiating **ImageInput** and +Image inputs are instead created by instantiating *ImageInput* and adding them manually to the chain:: input = chain:add_effect(ImageInput.new("bg.jpeg")) -- 2.39.2