From c049bb92fa2c1de2068ae61eeb2caa6ab96e298a Mon Sep 17 00:00:00 2001 From: abdennour Date: Sat, 18 Feb 2017 12:14:26 +0300 Subject: [PATCH] =?UTF-8?q?-=E2=99=BB=EF=B8=8F=20Merge=20with=20docgen=20b?= =?UTF-8?q?ranch=20-=20http://elegance.abdennoor.com/react-csv=20is=20now?= =?UTF-8?q?=20available.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmignore | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.npmignore b/.npmignore index 03249da..70de720 100644 --- a/.npmignore +++ b/.npmignore @@ -2,7 +2,7 @@ test/ cdn/ coverage/ docs/ -docs-site/ +sample-site/ server.js webpack.sample.config.js styleguide.config.js diff --git a/README.md b/README.md index 9487257..1cd9c6f 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ const csvData =[ ``` +And many examples are [here 👈🏼](http://elegance.abdennoor.com/react-csv) + # Install ```