diff --git a/README.md b/README.md index 43c4a5d..6edd0a1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Nurina -** TODO: Add description ** +Nurina is a URI parser for Elixir. It was written for fun and as a learning exercise, so it's probably not terribly +useful. It uses pattern matching instead of regex to parse the given URI, and attempts to follow RFC 3986.