From 0b942669ed11e37911532062fa139aec4921debe Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Wed, 9 Oct 2013 08:26:40 -0700 Subject: [PATCH] Added link to demo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index abc10ab..f358f5c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ jquery.parse Robust, efficient CSV parsing (with nearly any delimiting character). Malformed CSV files are especially common, and this parser is an attempt to handle parsing errors more robustly and parse CSV text more efficiently. +**[jsFIDDLE DEMO](http://jsfiddle.net/mholt/nCaee/)** + Basic usage -----------