diff --git a/README.md b/README.md index c34c773..d09a286 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ It has been ispired by a business-logic challenge of Port Swigger: https://portswigger.net/web-security/logic-flaws/examples/lab-logic-flaws-infinite-money +## Installation + +First download and install **composer** from here: + +https://getcomposer.org/download/ + +Then: + +```bash +$ php composer.phar install +``` + ## Usage ```bash diff --git a/request.php b/hcra.php similarity index 100% rename from request.php rename to hcra.php