Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://docs.razorpay.com/docs/getting-started>

### Prerequisites
## Prerequisites

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use change this, this change does not impact

- A minimum of PHP 7.3 upto 8.1


Expand All @@ -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`
Expand Down