Skip to content

Commit c5bdba8

Browse files
mukesh-ltMukesh Rana
andauthored
fix Readme (#8)
Co-authored-by: Mukesh Rana <mukeshr@Admins-MacBook-Pro.local>
1 parent 62ccefa commit c5bdba8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,13 @@ You can generate capabilities for your test requirements with the help of our in
9898
**Step 5:** You would need to execute the below command in your terminal/cmd.
9999

100100
```bash
101-
python google-search-lambdatest.py
101+
python lambdatest.py
102102
```
103+
For python3 use
104+
```bash
105+
python3 lambdatest.py
106+
```
107+
103108
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.
104109

105110

0 commit comments

Comments
 (0)