diff --git a/How-To.md b/How-To.md index dca7313..601526c 100644 --- a/How-To.md +++ b/How-To.md @@ -2,7 +2,7 @@ You want to know how to use basalt for your projects? Easy! Just use the followi `wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua basalt.lua` -After you did this, you just have to put this on top of your program: +After you did this, edit your program and add the following line on top of your program: `local basalt = dofile("basalt.lua")`