From d6018557434ae01bc6c3417a115b8394a8d6e221 Mon Sep 17 00:00:00 2001 From: Robert Lane Date: Sat, 25 Jan 2025 03:38:32 +0000 Subject: [PATCH] composer json update and readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dc0e319..43cce5b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A PHP client for the DeepSeek API with Laravel support. Install via Composer: ```bash -composer require lanos/deepseek-api +composer require lanos/deepseek-client ``` For Laravel applications, the package will automatically register the service provider and facade.