Skip to content

Commit

Permalink
fix: docs improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 25, 2022
1 parent c018477 commit 99914be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ test results on Browserstack using the `event.test.passed` and `event.test.faile
NPM package: <https://www.npmjs.com/package/codeceptjs-bshelper>

## Installation
`npm install codeceptjs-bshelper --save-dev`
`npm i codeceptjs-bshelper --save-dev`

## Configuration

Expand All @@ -24,8 +24,8 @@ Example:
plugins: {
BrowserstackHelper: {
require: 'codeceptjs-bshelper',
user: 'BROWSERSTACK_USERNAME',
key: 'BROWSERSTACK_ACCESS_KEY',
user: process.env.BROWSERSTACK_USERNAME,
key: process.env.BROWSERSTACK_ACCESS_KEY,
shortUrl: true,
enabled: true
}
Expand Down

0 comments on commit 99914be

Please sign in to comment.