From 5eff4f2a2954bbb927f4019974afbf91bbfc10e5 Mon Sep 17 00:00:00 2001 From: Zack Guo Date: Fri, 13 Mar 2015 13:23:58 -0400 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 63ad8af..ba56422 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ The `helloworld` color scheme drops in some colors! #### Par -[Demo code](https://github.com/gizak/termui/blob/master/example/par.go) +[demo code](https://github.com/gizak/termui/blob/master/example/par.go) par @@ -84,24 +84,24 @@ The `helloworld` color scheme drops in some colors! list #### Gauge -[Demo code](https://github.com/gizak/termui/blob/master/example/gauge.go) +[demo code](https://github.com/gizak/termui/blob/master/example/gauge.go) -gauge +gauge #### Line Chart -[Demo code](https://github.com/gizak/termui/blob/master/example/linechart.go) +[demo code](https://github.com/gizak/termui/blob/master/example/linechart.go) -linechart +linechart #### Bar Chart -[Demo code](https://github.com/gizak/termui/blob/master/example/barchart.go) +[demo code](https://github.com/gizak/termui/blob/master/example/barchart.go) -barchart +barchart #### Sparklines -[Demo code](https://github.com/gizak/termui/blob/master/example/sparklines.go) +[demo code](https://github.com/gizak/termui/blob/master/example/sparklines.go) -sparklines +sparklines ## GoDoc @@ -111,7 +111,6 @@ The `helloworld` color scheme drops in some colors! ## TODO [1] Float layout - [2] Event system ## License