From 27ae30e06361b5c10129acff78f55ea588912989 Mon Sep 17 00:00:00 2001
From: kkamara <kamaracomputers@gmail.com>
Date: Sun, 17 Mar 2024 11:57:01 +0000
Subject: [PATCH] Update readme

---
 readme.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/readme.md b/readme.md
index 0cbc482..236d7be 100644
--- a/readme.md
+++ b/readme.md
@@ -93,12 +93,9 @@ php artisan browser:test
 
 [BrowserInvoker.php](https://raw.githubusercontent.com/kkamara/php-scraper/develop/app/Console/Commands/BrowserInvoker.php)
 
-#### When choosing to not explicitly define GUI configuration in the code, the following is an option to enable GUI by way of your environment
+#### Panther Environment Variables
 
-```bash
-export PANTHER_NO_HEADLESS=true # see gui when crawling with panther client
-export PANTHER_DEVTOOLS='' # enabled
-```
+[Panther Environment Variables](https://github.com/symfony/panther?tab=readme-ov-file#environment-variables).
 
 ## Adding a new command <a name="adding-commands"></a>