aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyatt Preul <[email protected]>2014-09-04 14:21:57 -0500
committerWyatt Preul <[email protected]>2014-09-04 14:21:57 -0500
commite59c416a9e528afaf62fbd9f337aa51d8b6cf6c2 (patch)
tree23f3f59bae42fa5d07b2766fd3ed411186afc3c9
parenta0d6ee6e142e42082470d3bc3312a80cb57532c1 (diff)
downloadnode-coveralls-e59c416a9e528afaf62fbd9f337aa51d8b6cf6c2.tar.xz
node-coveralls-e59c416a9e528afaf62fbd9f337aa51d8b6cf6c2.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d848603..3223f42 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,7 @@ Client-side JS code coverage using [PhantomJS](https://github.com/ariya/phantomj
### [Lab](https://github.com/hapijs/lab)
```sh
-lab -r lcov | ./node_modules/coveralls/bin/coveralls.js
+lab -r lcov | ./node_modules/.bin/coveralls
```