diff --git a/README.md b/README.md index c3142bb..841b218 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. @@ -42,9 +42,9 @@ composer require deepseek-php/deepseek-php-client --- -## **3. Quick Start Guide** +## Quick Start Guide -### **Basic Usage** +### Basic Usage ```php use DeepseekPhp\DeepseekClient; @@ -58,9 +58,9 @@ $response = DeepseekClient::build($apiKey) echo 'API Response:'.$response; ``` -**Note**: in easy mode it will take defaults for all configs [Check Default Values](https://github.com/deepseek-php/deepseek-php-client/blob/main/src/Enums/Configs/DefaultConfigs.php) +**Note**: in easy mode it will take defaults for all configs [Check Default Values](https://github.com/deepseek-php/deepseek-php-client/blob/master/src/Enums/Configs/DefaultConfigs.php) -### **Advanced Usage** +### Advanced Usage ```php use DeepseekPhp\DeepseekClient; @@ -80,7 +80,7 @@ echo 'API Response:'.$response; --- -## **7. Testing** +## Testing tests will come soon . @@ -96,13 +96,22 @@ Thanks to these wonderful people for contributing to this project! 💖