From ae0342585eda196695cec8585c6b89c0bde83fea Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 6 Feb 2015 14:24:40 +0300 Subject: [PATCH] Updated Users (markdown) --- Users.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Users.md b/Users.md index f664500..1e35242 100644 --- a/Users.md +++ b/Users.md @@ -6,8 +6,6 @@ Usernames only contain alphanumeric characters, hyphens and underscores. # Authentication Authenticates the user's information. This should be done before you make any calls for the user, to make sure that the user's credentials (username/token) are valid. -Example: - ```lua local success = GJ.authUser(name, token) ```