X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.rst;h=162d86234dd29afbc9603461746cdece1162a94e;hb=214aeb7fc316355fa8bcd9afb0fae842d3af6b1f;hp=655329e840aa168d810f6b6fac976eb1b3e4fe85;hpb=2da02c42ac7a4ea6afc6b9d45fbf1ac2f48a136a;p=nageru-docs 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"))