Skip to content

Commit 8f70ad9

Browse files
author
Carlos Atencio
committed
Small doc tweaks
1 parent 8549aaa commit 8f70ad9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This project is developed using grunt. To run all tests, simply execute
88

99
`npm install`
1010
`npm run webdriver-update`
11-
`grunt verify`
11+
`npm test`
1212

1313
* To add a unit test, please refer to tests/httpMock.test.js
14-
* To add an example, please refer to the example/ folder.
14+
* To add an example, please refer to the example/ folder.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Mock HTTP calls in your protractor specs.",
55
"main": "index.js",
66
"scripts": {
7-
"example": "grunt example",
7+
"example": "node_modules/.bin/grunt example",
88
"test": "node_modules/.bin/grunt verify",
99
"webdriver-update": "node node_modules/grunt-protractor-runner/scripts/webdriver-manager-update"
1010
},

0 commit comments

Comments
 (0)