Skip to content

Commit 154f4c0

Browse files
committed
consistent naming
1 parent ec9d774 commit 154f4c0

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)