From ea53916d3e6de0b9a36ff3abd10929cb9ab8ca65 Mon Sep 17 00:00:00 2001 From: Jarjar Date: Sun, 5 Feb 2023 20:28:12 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f366b4..49c37d7 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ You can replace it by another one by downloading it here : [https://chromedriver ## 🧑🏻‍💻 Usage ```bash -python main.py -u +python main.py -u -p ``` Without headless mode : ```bash -python main.py -u --noheadless +python main.py -u -p --noheadless ``` Run with docker : ```bash