Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
WebdriverIO Browserstack Service
==========

> A WebdriverIO service that manages local tunnel and job metadata for Browserstack users.
> The official BrowserStack WebdriverIO service that integrates your WebdriverIO test suite with BrowserStack.

## Installation

Expand All @@ -16,7 +16,7 @@ The easiest way is to keep `@browserstack/wdio-browserstack-service` as a devDep
}
```

You can simple do it by:
or you can simply do it by:

```sh
npm install @browserstack/wdio-browserstack-service --save-dev
Expand Down