Skip to content

Commit 4217638

Browse files
Update README.md
Co-authored-by: Rohan Chougule <[email protected]>
1 parent 787f69e commit 4217638

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 @@ As this is a library of Actions, invoking this Action will trigger the `setup-en
2828
We recommend you to invoke individual Actions from this library separately. A sample of two Actions being invoked back to back is shown below. You can additionally refer to the individual `README` ([setup-env](./setup-env), [setup-local](./setup-local)) of the Actions to know more about how they work, the inputs they support and their usage examples.
2929

3030
## Sample Workflow with usage of both Actions
31-
The workflow example below would be useful for anyone who wants to run their automated tests on the BrowserStack cloud when the web application to be tested, is hosted on a GitHub Actions runner i.e. not accessible from public Internet
31+
The workflow example below would be useful when the web application to be tested is hosted on the GitHub Actions runner environment, i.e. not accessible from the public Internet.
3232

3333
```yaml
3434
name: 'BrowserStack Test'

0 commit comments

Comments
 (0)