diff --git a/README.md b/README.md index 88f895e..cb5dbaa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ [![Build Status](https://travis-ci.org/abdennour/react-csv.svg?branch=master)](https://travis-ci.org/abdennour/react-csv) [![Coverage Status](https://coveralls.io/repos/github/abdennour/react-csv/badge.svg?branch=master)](https://coveralls.io/github/abdennour/react-csv?branch=master) + # Overview : + Generate CSV document according to given data. This data can be array of arrays , or array of literal objects or string which is the CSV content.