From 9d7d8aedb19a58456c1e9e1df435726a4a398552 Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 6 Feb 2015 13:46:06 +0300 Subject: [PATCH] Initial Home page --- Home.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..71dd4f0 --- /dev/null +++ b/Home.md @@ -0,0 +1,17 @@ +# Home + +Welcome. + +#Usage + +Put the files from the repo into your app's folder. + +```lua +local GJ = require "gamejolt" + +GJ.init(gameID, gameKey) +GJ.authUser(username, usertoken) +GJ.openSession() + +-- your further manipulations +``` \ No newline at end of file