From e7ff7313a32820092f57f84bf81729ea2a745d9f Mon Sep 17 00:00:00 2001 From: Jeremy Saenz Date: Mon, 15 Jul 2013 07:38:47 -0700 Subject: [PATCH] Update README.md Summary & overview --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 26ebeb5..d381129 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -cli -=== +#cli.go +cli.go is simple, fast, and fun package for building command line apps in Go. The goal is to enable developers to write fast and distributable command line applications in an expressive way. -Simple, fast, and fun package for building command line apps in Go +## Overview +Command line apps are usually so tiny that there is absolutely no reason why your code should *not* be self-documenting.