aboutsummaryrefslogtreecommitdiff
path: root/docs/patching.rst
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2023-04-09 16:48:40 +0200
committerThomas White <taw@physics.org>2023-04-09 16:54:32 +0200
commit4cba109a73fd00ee2ae91649b5f84663454b678e (patch)
treeaaccd800cf93fb107827ba5469de85f0147c3317 /docs/patching.rst
parent31bf264191d69b7a05e40c749088cca63a5d9c38 (diff)
Fuss over documentation
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)