From 31d03b5f21b24daff0f550f602b08092257c3ab6 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Fri, 27 May 2022 22:14:19 +0200 Subject: [PATCH] Update basaltPreview.lua --- examples/basaltPreview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basaltPreview.lua b/examples/basaltPreview.lua index b7c82f6..c47b0d9 100644 --- a/examples/basaltPreview.lua +++ b/examples/basaltPreview.lua @@ -3,7 +3,7 @@ local filePath = "basalt.lua" --here you can change the file path default: basal if not(fs.exists(filePath))then shell.run("wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua "..filePath) end -local basalt = dofile("lib/basalt.lua") -- here you can change the variablename in any variablename you want default: basalt +local basalt = dofile("basalt.lua") -- here you can change the variablename in any variablename you want default: basalt local w, h = term.getSize()