Skip to content

Commit

Permalink
Edit readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dipeshsingh2012 committed Mar 26, 2017
1 parent 3a489b9 commit ef67288
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# node-args-parser

[![Build Status](https://travis-ci.org/10uei011/node-args-parser.svg?branch=master)](https://travis-ci.org/10uei011/node-args-parser)
[![Coverage Status](https://coveralls.io/repos/github/10uei011/node-args-parser/badge.svg)](https://coveralls.io/github/10uei011/node-args-parser)

Node.js command line arguments parser.

## Install the module
Expand Down Expand Up @@ -43,7 +46,7 @@ Will return:
```json
{
"f": true,
"r": resource,
"r": 'resource',
}
```

Expand Down

0 comments on commit ef67288

Please sign in to comment.