diff --git a/Component-Computer.md b/Component-Computer.md index 006e412..ee38e97 100644 --- a/Component-Computer.md +++ b/Component-Computer.md @@ -11,6 +11,7 @@ Callbacks: Example use: ```lua +local component = require("component") local c = component.computer -- get primary computer, e.g. self print(c.isRunning()) -- definitely true if it's this computer c.stop() -- basically like computer.shutdown() if it's this computer