Skip to content

Commit 1b0c425

Browse files
authored
Merge pull request #2 from browserstack/develop
consistent naming
2 parents ec9d774 + 154f4c0 commit 1b0c425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add `browserstack` as a plugin in your conf file.
2323
```js
2424
// conf.js
2525
'plugins': [{
26-
'package': "browserstack-protractor-reporter"
26+
'package': "protractor-browserstack-reporter"
2727
}]
2828
```
2929

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "browserstack-protractor-reporter",
2+
"name": "protractor-browserstack-reporter",
33
"version": "0.1.0",
44
"description": "A Protractor plugin which enables BrowserStack reports on CI",
55
"main": "index.js",

0 commit comments

Comments
 (0)