Skip to content

Commit

Permalink
fix(docs): fix incorrect docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Nov 2, 2018
1 parent 2e7608f commit e6e04d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Enable this plugin in your config file:
```js
exports.config = {
plugins: {
'@ng-apimock/protractor-plugin': {
'@ng-apimock/webdriver-plugin': {
globalName: 'ngApimockWebdriverioPlugin' // optional option (defaults to ngApimock)
}
}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ng-apimock/webdriverio-plugin",
"description": "Webdriverio plugin for ng-apimock",
"version": "1.0.5",
"version": "1.0.6",
"homepage": "https://github.com/ng-apimock/webdriverio-plugin#readme",
"author": {
"name": "Mischa Dasberg",
Expand Down

0 comments on commit e6e04d4

Please sign in to comment.