From 117c3b5115863c0099d88daef2cc8308a25646c1 Mon Sep 17 00:00:00 2001 From: addyosmani Date: Fri, 22 Jul 2011 06:40:13 +0100 Subject: [PATCH] adding readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e69de29..0fdc941 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +Parsley is a JavaScript URL-parser for breaking down both simple and complex URL strings into their component elements. This is achieved primarily through regular expressions with iteration used for extending the break-down of query, path and hash portions of a URL. + +Tests coming soon. \ No newline at end of file