From 259aef644ea9010c6f48194d2e821cfd80ff6449 Mon Sep 17 00:00:00 2001 From: Andrew Broberg Date: Sun, 31 Aug 2025 05:10:59 +0000 Subject: [PATCH] fix: correct composer install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df7a092..f201dea 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The Kinde PHP SDK provides two main clients: ## Installation ```bash -composer require kinde-oss/kinde-php-sdk +composer require kinde-oss/kinde-auth-php ``` ## Quick Start