Skip to content

Commit e6e04d4

Browse files
committed
fix(docs): fix incorrect docs
1 parent 2e7608f commit e6e04d4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Enable this plugin in your config file:
99
```js
1010
exports.config = {
1111
plugins: {
12-
'@ng-apimock/protractor-plugin': {
12+
'@ng-apimock/webdriver-plugin': {
1313
globalName: 'ngApimockWebdriverioPlugin' // optional option (defaults to ngApimock)
1414
}
1515
}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ng-apimock/webdriverio-plugin",
33
"description": "Webdriverio plugin for ng-apimock",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme",
66
"author": {
77
"name": "Mischa Dasberg",

0 commit comments

Comments
 (0)