Skip to content

Commit

Permalink
minor formatting of README
Browse files Browse the repository at this point in the history
  • Loading branch information
addyosmani committed Nov 21, 2011
1 parent b598b12 commit dff967d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,12 +1,12 @@
#Parsely.js #Parsely.js


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. Parsley is a JavaScript URL parser for breaking down both simple and complex URL strings into their component parts. This is achieved primarily through regular expressions with iteration used for extending the break-down of query, path and hash portions of a URL.


usage: ###Usage:


<pre>var parts = parsely( url ); //e.g. parsely('http://google.com');</pre> <pre>var parts = parsely( url ); //e.g. parsely('http://google.com');</pre>


Supported URL patterns include: ###Supported URL patterns:


<pre> <pre>
"http:", "http:",
Expand Down

0 comments on commit dff967d

Please sign in to comment.