From 562c43a4761dce387749f90d687c95d2141a2bea Mon Sep 17 00:00:00 2001 From: Brajesh Lovanshi <96133853+br-lovanshi@users.noreply.github.com> Date: Thu, 25 Jul 2024 15:15:36 +0530 Subject: [PATCH] Fix markdown formatting issues in README.md Fix markdown formatting issues in README.md - Added a space after '##' in '##Note:' to correctly format the heading. - Changed '### Prerequisites' to '## Prerequisites' for consistent heading levels. These changes improve the readability and consistency of the documentation. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bab14ef1..86370490 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Official PHP library for [Razorpay API](https://docs.razorpay.com/docs/payments) Read up here for getting started and understanding the payment flow with Razorpay: -### Prerequisites +## Prerequisites - A minimum of PHP 7.3 upto 8.1 @@ -22,7 +22,7 @@ composer require razorpay/razorpay:2.* **You should download the `razorpay-php.zip` file**. After that, include `Razorpay.php` in your application and you can use the API as usual. -##Note: +## Note: This PHP library follows the following practices: - Namespaced under `Razorpay\Api`