aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregg Caines <[email protected]>2015-04-05 11:19:05 -0700
committerGregg Caines <[email protected]>2015-04-05 11:19:05 -0700
commit884bd7c081f27a0468aa51f063d440d65ef3533a (patch)
treeec6acb6451b109fc679ef18aed93e161f21eb535
parent0718a261753046451c204be5f0abb31603a8dd19 (diff)
parentcbad060733b6caa72183c1bb5de3828687fd1430 (diff)
downloadnode-coveralls-884bd7c081f27a0468aa51f063d440d65ef3533a.tar.xz
node-coveralls-884bd7c081f27a0468aa51f063d440d65ef3533a.zip
Merge pull request #84 from mgartner/patch-1
Update README to be more clear
-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)