From 7f6eafc37e493914f7a22134b270b9512897c5a2 Mon Sep 17 00:00:00 2001 From: entar Date: Fri, 5 Sep 2025 15:32:27 +0700 Subject: [PATCH] Sum stuff --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3c0383..b29c189 100644 --- a/README.md +++ b/README.md @@ -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()