[Pkg-javascript-commits] [node-coveralls] 205/332: slight tweak to README

Bastien Roucariès rouca at moszumanska.debian.org
Thu Nov 9 13:54:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-coveralls.

commit 712e6e4bb4d8e1a60f646d954743a6808aa7f13e
Author: Benjamin Coe <ben at npmjs.com>
Date:   Sat May 23 14:25:34 2015 -0700

    slight tweak to README
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index aacde2b..eb28744 100644
--- a/README.md
+++ b/README.md
@@ -110,17 +110,17 @@ lab -r lcov | ./node_modules/.bin/coveralls
 
 ### [nyc](https://github.com/bcoe/nyc)
 
-works with almost any testing framework, simply execute
-`npm test` with the `nyc` bin, followed by running its reporter:
+works with almost any testing framework. Simply execute
+`npm test` with the `nyc` bin followed by running its reporter:
 
 ```
 nyc npm test && nyc report --reporter=text-lcov | coveralls
 ```
 
-### [tap](https://github.com/isaacs/node-tap)
+### [TAP](https://github.com/isaacs/node-tap)
 
 Simply run your tap tests with the `COVERALLS_REPO_TOKEN` environment
-variable set, and tap will automatically use `nyc` to report
+variable set and tap will automatically use `nyc` to report
 coverage to coveralls.
 
 ## Running locally

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-coveralls.git



More information about the Pkg-javascript-commits mailing list