aboutsummaryrefslogtreecommitdiff
path: root/docs/patching.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/patching.rst')
-rw-r--r--docs/patching.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/patching.rst b/docs/patching.rst
index 37c2f2e..ca3afdd 100644
--- a/docs/patching.rst
+++ b/docs/patching.rst
@@ -3,12 +3,12 @@ Patching fixtures
=================
To make Starlet aware of a lighting fixture (in theatrical parlance, to "patch"
-a fixture), use ``patch-fixture!`` from module ``(starlet scanout)``. You will
+a fixture), use ``patch-fixture!`` from module ``(starlet engine)``. You will
need to import the fixture definition from the fixture library. For example,
to patch a simple dimmer with DMX address 32 on universe 4::
(use-modules
- (starlet scanout)
+ (starlet engine)
(starlet fixture-library generic dimmer))
(patch-fixture! my-dimmer <generic-dimmer> 32 #:universe 4)