Skip to content

Commit a1619cd

Browse files
committed
Adding more badges to README
1 parent d5ab76e commit a1619cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![Build Status](https://travis-ci.org/mrodrig/json-2-csv.svg?branch=master)](https://travis-ci.org/mrodrig/json-2-csv)
44
![David - Dependency Checker Icon](https://david-dm.org/mrodrig/json-2-csv.png "json-2-csv Dependency Status")
5+
[![NPM version](http://img.shields.io/npm/dm/json-2-csv.svg)](https://www.npmjs.org/package/json-2-csv)
6+
[![NPM version](https://img.shields.io/npm/v/json-2-csv.svg)](https://www.npmjs.org/package/json-2-csv)
57

68
This node module will convert an array of JSON documents to a CSV string.
79
Column headings will be automatically generated based on the keys of the JSON documents. Nested documents will have a '.' appended between the keys.

0 commit comments

Comments
 (0)