[Pkg-javascript-commits] [node-lcov-parse] 04/45: Fixed README misspellings
Bastien Roucariès
rouca at moszumanska.debian.org
Wed Sep 6 09:46:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-lcov-parse.
commit 04e643324de137d877c0d95ea43d26e438f4b73e
Author: Dav Glass <davglass at gmail.com>
Date: Tue Jul 10 10:53:43 2012 -0500
Fixed README misspellings
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0310554..252bbed 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ Simple LCOV file parser
## Installation
- npm install lcov-parser
+ npm install lcov-parse
## Usage
- var parse = require('lcov-parser');
+ var parse = require('lcov-parse');
parse('./path/to/file.info', function(err, data) {
//process the data here
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-lcov-parse.git
More information about the Pkg-javascript-commits
mailing list