diff --git a/README.md b/README.md index ed9ffe7..fdfdba9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ # Codegyan PHP Compiler SDK -GitHub Workflow Status (main) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt) [![PHP](https://img.shields.io/badge/php-%5E8.1.0-blue)](https://www.php.net/) [![Packagist](https://img.shields.io/packagist/v/codegyan/php-compiler-sdk)](https://packagist.org/packages/codegyan/php-compiler-sdk) @@ -18,7 +17,7 @@ composer require codegyan/php-compiler-sdk ``` ## Usages -Before using the SDK, you need to obtain an API key and client ID from CodeGyan. Follow these steps to get your API credentials: +Before using the SDK, you need to obtain an API key and client ID from Codegyan. Follow these steps to get your API credentials: 1. **Sign Up/Login**: If you don't have an account, sign up for a [Codegyan account](https://www.codegyan.in/). If you already have an account, log in to your dashboard. diff --git a/composer.json b/composer.json index fe9a75a..b455e7a 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "authors": [ { "name": "Prathmesh Yelne", - "email": "prathmesh@codegyan.in" + "email": "prathmeshyelne@codegyan.in" } ], "require": {