Skip to content

Commit

Permalink
README fix
Browse files Browse the repository at this point in the history
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/.
  • Loading branch information
glyph committed Aug 17, 2024
1 parent e806c2a commit 41aa5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41aa5bf

Please sign in to comment.