diff --git a/How-To.md b/How-To.md index c451cae..7775d17 100644 --- a/How-To.md +++ b/How-To.md @@ -4,7 +4,9 @@ You want to know how to use basalt for your projects? Easy! Just use the followi After this is done, edit your program and add the following line on top of your program: -`local basalt = dofile("basalt.lua")` +````lua +local basalt = dofile("basalt.lua") +```` now you are able to access everything you need from basalt.