diff --git a/README.md b/README.md index fc8c91f..2074fe1 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,11 @@ URL="https://hub.browserstack.com/wd/hub" - Run tests - a. For single + a. For parallel ``` - python3 ./scripts/single.py + python3 ./scripts/parallel.py ``` b. For local ``` python3 ./scripts/local.py ``` - c. For parallel - ``` - python3 ./scripts/parallel.py - ```