diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 7ba4b7c..83e476f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -22,7 +22,7 @@ Want to be listed as a *Contributor*? Make a pull request with: * Run `npm install` from the project directory ## Testing -* (Local) Run `gulp test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want. +* (Local) Run `npm test`. Make sure [Karma Local Config](karma.conf.js) has the browsers you want. * (Any browser, remotely) If you have a [Sauce Labs](https://saucelabs.com) account, you can run `gulp test-ci`. Make sure the target browser is enabled in [Karma CI Config](karma.conf.ci.js). Otherwise, Travis will run all browsers if you submit a Pull Request.