diff --git a/README.md b/README.md index 6c23ab9..6e3bbb0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ --- ## Overview -**Deepseek PHP Client** is a robust and community-driven PHP client library for seamless integration with the Deepseek API, offering efficient access to advanced AI and data processing capabilities +**Deepseek PHP Client** is a robust and community-driven PHP client library for seamless integration with the [Deepseek](https://www.deepseek.com/) API, offering efficient access to advanced AI and data processing capabilities ### Key Features - **Easy Integration:** Simplifies interaction with the Deepseek API using a PHP client. diff --git a/src/Contracts/DeepseekApiClientContract.php b/src/Contracts/DeepseekClientContract.php similarity index 100% rename from src/Contracts/DeepseekApiClientContract.php rename to src/Contracts/DeepseekClientContract.php