diff --git a/How-To.md b/How-To.md index 95392c2..c2ae7e4 100644 --- a/How-To.md +++ b/How-To.md @@ -2,8 +2,8 @@ You want to know how to use my UI Framework for your projects? Easy! Just use th `wget https://raw.githubusercontent.com/NoryiE/Basalt/master/basalt.lua basalt.lua` -After that, you just have to put this on top of your program: +After you did that, you just have to put this on top of your program: `local basalt = dofile("basalt.lua")` -now you are able to access everything from the Basalt Framework: \ No newline at end of file +now you are able to access everything you need from basalt. \ No newline at end of file