From 7700b749a66000667912cc8330664a72359e23de Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Tue, 3 May 2022 17:48:47 +0200 Subject: [PATCH] Updated How To (markdown) --- How-To.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-To.md b/How-To.md index c2ae7e4..47a96ba 100644 --- a/How-To.md +++ b/How-To.md @@ -1,8 +1,8 @@ -You want to know how to use my UI Framework for your projects? Easy! Just use the following command in your computercraft computer/turtle/pocket comp.: +You want to know how to use basalt for your projects? Easy! Just use the following command in your computercraft computer/turtle/pocket comp.: `wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua basalt.lua` -After you did that, you just have to put this on top of your program: +After you did this, you just have to put this on top of your program: `local basalt = dofile("basalt.lua")`