From: Steinar H. Gunderson Date: Mon, 7 Nov 2016 21:05:43 +0000 (+0100) Subject: Syntax fix; Movit effects are italics, not bold. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=214aeb7fc316355fa8bcd9afb0fae842d3af6b1f;hp=2da02c42ac7a4ea6afc6b9d45fbf1ac2f48a136a;p=nageru-docs Syntax fix; Movit effects are italics, not bold. --- 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"))