From 6b2f1ea946589608695efa08c5d45bd325e23951 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:30:16 +0200 Subject: [PATCH] Update Basalt.md --- docs/objects/Basalt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/objects/Basalt.md b/docs/objects/Basalt.md index 88803a1..2d74a14 100644 --- a/docs/objects/Basalt.md +++ b/docs/objects/Basalt.md @@ -1,6 +1,6 @@ To start using Basalt you have to do the following line of code: -`local basalt = dofile("basalt.lua")` +`local basalt = require("Basalt")` remember you need the basalt.lua file on your computer!