evancz / url-parser

Parse URLs into nicely structured data
http://package.elm-lang.org/packages/evancz/url-parser/latest/
BSD 3-Clause "New" or "Revised" License
114 stars 29 forks source link

Fix examples in readme #9

Closed sporto closed 8 years ago

sporto commented 8 years ago

paths with a leading / don't parse as expected. The leading / needs to be removed for the parsers to work.

process-bot commented 8 years ago

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

evancz commented 8 years ago

The next release will just fix this. It won't matter about the leading slash.