From 2f602f791d354ca70a9d395633224f45612abf6b Mon Sep 17 00:00:00 2001 From: abdennour Date: Fri, 17 Feb 2017 19:14:56 +0300 Subject: [PATCH] Typo --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.