From 9fd9de2c1d5fd7a8a19b14c077eb87cdafb6124a Mon Sep 17 00:00:00 2001 From: muhammadeko Date: Sun, 15 May 2022 09:45:54 +0700 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 12a8d9d..7052ffd 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Grasscutter Authentication System - To use access control, you need set the `ACCESS_KEY` in config.json inside plugins/GCAuth. (Optional) - All payload must be send with `application/json` and Compact JSON format ( without unnecessary spaces ) - Auth endpoint is: - - Authentication Checking : `/authentication/type` (GET) , it'll return `GCAuthAuthenticationHanlder` if GCAuth is loaded and enabled. + - Authentication Checking : `/authentication/type` (GET) , it'll return `GCAuthAuthenticationHandler` if GCAuth is loaded and enabled. - Register: `/authentication/register` (POST) ``` {"username":"username","password":"password","password_confirmation":"password_confirmation"}