From dee30ffe11f8b963d69bcdf065dc322a45036e9c Mon Sep 17 00:00:00 2001 From: Mikko Ahlroth Date: Sat, 14 Feb 2015 21:02:09 +0200 Subject: [PATCH] Add readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.