From c50703902e9f3d492af221bc4ed2c9fad4019d09 Mon Sep 17 00:00:00 2001 From: Sean Copenhaver Date: Sat, 22 Dec 2012 21:49:32 -0500 Subject: [PATCH] expand the description a little --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d07b2b..6024dca 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # funs -A friendly somewhat familiar argument parser to make great APIs easier +A friendly somewhat familiar argument parser to make great APIs easier. -Sort of like a simpler regular expression matching for arguments and types instead of characters. +It handles function argument specs/patterns and sanitizes them a little. Sort of like a simpler regular expression matching for arguments and types instead of strings and characters. Which means less argument parsing for you just because you want an optional argument or require something to be a function. [![Build Status](https://travis-ci.org/copenhas/funs.png)](https://travis-ci.org/copenhas/funs)