From 4d521445f1df6498bca01beca369e030aa59c1bc Mon Sep 17 00:00:00 2001 From: Mukesh Rana Date: Mon, 18 Jul 2022 20:01:55 +0530 Subject: [PATCH] fix Readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88d9aa2..b051c26 100644 --- a/README.md +++ b/README.md @@ -98,8 +98,13 @@ You can generate capabilities for your test requirements with the help of our in **Step 5:** You would need to execute the below command in your terminal/cmd. ```bash -python google-search-lambdatest.py +python lambdatest.py ``` +For python3 use +```bash +python3 lambdatest.py +``` + Your test results would be displayed on the test console (or command-line interface if you are using terminal/cmd) and on LambdaTest automation dashboard.