We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c2a850 + b119082 commit 2fb616bCopy full SHA for 2fb616b
1 file changed
README.md
@@ -24,16 +24,15 @@ Run the following command to install WorkArena in the [BrowswerGym](https://gith
24
pip install browsergym-workarena
25
```
26
27
-Then, run this command in a terminal to upload the benchmark data to your ServiceNow instance:
+Then, install [Playwright](https://github.com/microsoft/playwright):
28
29
-workarena-install
+playwright install
30
31
32
-Finally, install [Playwright](https://github.com/microsoft/playwright):
+Finally, run this command in a terminal to upload the benchmark data to your ServiceNow instance:
33
34
-playwright install
+workarena-install
35
36
-
37
Your installation is now complete! 🎉
38
39
0 commit comments