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 :