From fa006df777ab30b7ca35c0ffd390a3530571b1ce Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 14 Nov 2013 10:19:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d523d0..4c179fa 100644 --- a/README.md +++ b/README.md @@ -237,6 +237,6 @@ As you can see, any "extra" fields at the end, when using a header row, are simp ### Is jQuery needed? -Here's a little secret: you don't really need jQuery for this. Just pull out the `Parse` function embedded in the plugin and use its external interface. +Actually, no. Just pull out the `Parser` function [embedded in the plugin](https://github.com/mholt/jquery.parse/blob/master/jquery.parse.js#L46). The jQuery plugin merely wraps this function which has no jQuery dependencies. I've packaged this as a jQuery plugin primarily for publicity and convenience.