From d0c53d8574a0e3976d2c78a016d4c0963bab713c Mon Sep 17 00:00:00 2001 From: Roi Martin Date: Sun, 1 Feb 2015 17:27:48 +0100 Subject: [PATCH] Restructure README --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e6cbb23..addbaea 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,6 @@ Minimalist Go package aimed at creating Console User Interfaces. -## Installation - -`go get github.com/jroimartin/gocui` - -## Documentation - -`godoc github.com/jroimartin/gocui` - ## Features * Minimalist API. @@ -62,3 +54,11 @@ _examples/demo.go: _examples/delete.go: ![_examples/delete.go](https://cloud.githubusercontent.com/assets/1223476/5992751/76ad5cc2-aa36-11e4-8204-6a90269db827.png) + +## Installation + +`go get github.com/jroimartin/gocui` + +## Documentation + +`godoc github.com/jroimartin/gocui`