aboutsummaryrefslogtreecommitdiff
path: root/startup
diff options
context:
space:
mode:
Diffstat (limited to 'startup')
-rw-r--r--startup4
1 files changed, 2 insertions, 2 deletions
diff --git a/startup b/startup
index 91d6465..0e50f10 100644
--- a/startup
+++ b/startup
@@ -1,8 +1,8 @@
--- bitsOS: An operating system for ComputerCraft. Licensed with GPL-3.0.
+-- bits-UI: An operating system for ComputerCraft. Licensed with GPL-3.0.
local version = "1.0 Alpha 1"
term.clear()
term.setCursorPos(1,1)
-print("Starting up bitsOS ".. version .."...")
+print("Starting up bits-UI ".. version .."...")
sleep(3) \ No newline at end of file