From defaf72a0a5fe77a6fc59c8a501162e9952e7859 Mon Sep 17 00:00:00 2001 From: abdennour Date: Fri, 17 Feb 2017 19:13:26 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20for=20NON-node=20developers=20?= =?UTF-8?q?=3D>=20CDN=20is=20mandatory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 073f0d6..88f895e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ const csvData =[ ``` -# Install : +# Install ``` npm install react-csv --save; @@ -158,6 +158,21 @@ import {CSVDownload} from 'react-csv'; ``` +For non-node developers, they have to use CDN version : + +```html + + + + +``` + # Contribution :