From 21799c891c12a11af9af074fc72ec36c06e4c42a Mon Sep 17 00:00:00 2001 From: "Micah J. Murray" Date: Wed, 8 Nov 2023 17:42:22 -0500 Subject: [PATCH] docs: fixes confusing and inaccurate install instructions --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 586fd4d..4bfdaf5 100644 --- a/README.md +++ b/README.md @@ -19,11 +19,9 @@ This playground doesn't include any PHP best practices but rather intended to sh ### Installation 1. Clone this repository. 2. cd into to repository. -3. Open the app.php file found in the root of the cloned repository. -4. Copy the project_id, endpoint, secret key from your Appwrite Console. -4. Update project_id, endpoint, secret key by copied from the console in global.inc.php file where stated. -5. Install dependencies using composer (`composer install`). -5. Execute the command `php app.php` +3. Copy the project_id, endpoint, and secret key from your Appwrite Console into the global.inc.php file. +4. Install dependencies using composer (`composer install`). +5. Execute the command `php playground.php` 6. You will see the JSON response in the console. ### API Covered in Playground.