From 66181f1e0faf5503cc46d5d997b2494dcc10a997 Mon Sep 17 00:00:00 2001 From: Alee Date: Thu, 9 Aug 2018 19:10:28 -0400 Subject: The project is now called bits-UI --- README.md | 2 +- startup | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6d45b9f..6a666db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bitsOS +# bits-UI An operating system for ComputerCraft Feel free to contribute to this project! 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 -- cgit v1.2.3