aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarcus Gartner <[email protected]>2015-04-04 14:53:33 -0700
committerMarcus Gartner <[email protected]>2015-04-04 14:53:33 -0700
commitcbad060733b6caa72183c1bb5de3828687fd1430 (patch)
treeec6acb6451b109fc679ef18aed93e161f21eb535 /README.md
parent0718a261753046451c204be5f0abb31603a8dd19 (diff)
downloadnode-coveralls-cbad060733b6caa72183c1bb5de3828687fd1430.tar.xz
node-coveralls-cbad060733b6caa72183c1bb5de3828687fd1430.zip
Update README to be more clear
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3223f42..b020402 100644
--- a/README.md
+++ b/README.md
@@ -23,8 +23,7 @@ This script ( `bin/coveralls.js` ) can take standard input from any tool that em
Once your app is instrumented for coverage, and building, you need to pipe the lcov output to `./node_modules/coveralls/bin/coveralls.js`.
-This library currently supports [travis-ci](https://travis-ci.org/) with no extra effort beyond that, but if
-you're using a different build system, there are a few environment variables that are necessary:
+This library currently supports [travis-ci](https://travis-ci.org/) with no extra effort beyond piping the lcov output to coveralls. However, if you're using a different build system, there are a few environment variables that are necessary:
* COVERALLS_SERVICE_NAME (the name of your build system)
* COVERALLS_REPO_TOKEN (the secret repo token from coveralls.io)