Very simple button

I’ve made this very simple button UI and tried my best to comment all the code for new beginners, is it easy enough? To easy? Badly worded? Any feedback appreciated, thanks!
*Built on niorgs finger chase game

local url = "https://raw.githubusercontent.com/Evan03Davis/Button-UI/master/Code"

function success(data)
    saveProjectTab("Main", data)
    close()
end

function fail(error)
    print("Can't connect to given URL")
    assert(error)
end

http.request(url, success, fail)

It’s really not big enough to use an installer but whatever.

Good start!

There are a couple of spelling mistakes. Since it’s a Github file, I’ll just issue a pull request.

Thanks for the help

Wow! Good!