Skip to content

Commit

Permalink
fix(readme): update readme with correct service name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg authored Nov 1, 2019
1 parent a14451b commit 154a4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Enable this plugin in your config file:

```js
exports.config = {
services: [['wdio-ng-apimock-service'], {
services: [['ng-apimock'], {
globalName: 'ngApimockWebdriverioPlugin' // optional option (defaults to ngApimock)
}
]
Expand Down

0 comments on commit 154a4c3

Please sign in to comment.