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()