Skip to content

Commit d4ccc1f

Browse files
committed
fix: Add pre-requirement for installation in README
1 parent 00091f6 commit d4ccc1f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Kite Connect is a set of REST-like APIs that expose many capabilities required t
1010
- [Kite Connect HTTP API documentation](https://kite.trade/docs/connect/v3)
1111

1212
## Installing
13-
Minimum PHP version required for this project is 7.3.
13+
### Requirements
14+
1. Install [PHP](https://www.php.net/manual/en/install.php) version 7.3 or higher.
15+
2. Install [Composer](https://getcomposer.org/download/), which is used to install PHP packages.
1416

1517
You can install the package via composer:
1618
```bash
@@ -62,7 +64,7 @@ composer require zerodha/phpkiteconnect
6264

6365
## Examples
6466

65-
Check [examples folder](https://github.com/ranjanrak/phpkiteconnect/tree/main/examples) for more examples.
67+
Check [examples folder](https://github.com/zerodha/phpkiteconnect/tree/master/examples) for more examples.
6668

6769
Refer to the [PHP client documentation](https://kite.trade/docs/phpkiteconnect/v3) for the complete list of supported methods.
6870

0 commit comments

Comments
 (0)