From 714cb882d1e4278c994398fd353252beca54cce5 Mon Sep 17 00:00:00 2001 From: Mubeen142 <58806240+Mubeen142@users.noreply.github.com> Date: Sun, 9 Jul 2023 14:46:26 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4c5da60..db99967 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,9 @@ composer require wemx/sso-pterodactyl ## Configuration 1. Publish the configuration file by running the following command: ```bash -php artisan vendor:publish --tag=sso +php artisan vendor:publish --tag=sso-wemx ``` -This command will publish the config/sso.php file, where you can set the secret key for SSO authorization. +This command will publish the config/sso-wemx.php file, where you can set the secret key for SSO authorization. 2. Generate new SSO key ```shell