From 41aa5bf4c26413e83a9dec745fdeeb910699af27 Mon Sep 17 00:00:00 2001 From: Glyph Date: Sat, 17 Aug 2024 02:37:12 -0700 Subject: [PATCH] README fix This commit was sponsored by Jason Walker, Christopher Neugebauer, tgs, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1e91ff..a95e125 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ def heatUp(inputs: CoffeeBrewer, core: BrewerCore) -> None: our output will be heating the heating element. """ print("Brewing the coffee...") - self.heatingElement.turnOn() + core.heatingElement.turnOn() ``` Then we finalize the state machine by building it, which gives us a callable