Skip to content

Commit ad55940

Browse files
authored
adding spaces in curl example for redability.
1 parent 3882067 commit ad55940

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* [Using Espresso with BrowserStack](https://www.browserstack.com/app-automate/espresso/get-started)
2929
* [Generating JUnit XML report or Test coverage report using Espresso with BrowserStack](https://www.browserstack.com/docs/app-automate/espresso/view-test-reports).
3030
example:
31-
curl -u "<username>:<password>" \
31+
curl -u "< username >:< password >" \
3232
-X POST "https://api-cloud.browserstack.com/app-automate/espresso/v2/build" \
3333
-d '{"app": "bs://<app_id>", "testSuite": "bs://<test_suite_id>", "devices": ["Google Pixel-8.0"], "coverage": true, "enableSpoonFramework": true }' \
3434
-H "Content-Type: application/json"

0 commit comments

Comments
 (0)