Sum stuff

This commit is contained in:
entar 2025-09-05 15:32:27 +07:00
parent f14173fa68
commit 7f6eafc37e

View File

@ -9,12 +9,11 @@ Forked from https://github.com/mbrovko/gamejoltlua/ and refreshed by Entar.
# Usage
Put the files from the repo into your app's folder.
Update credentials in credentials.lua.
```lua
local GJ = require "gamejolt"
-- All the GAME credentials are to be put in
-- the gamejolt script
GJ.authUser(username, usertoken)
GJ.openSession()