diff --git a/README.md b/README.md
index 3e738f6..837807a 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# termui [](https://travis-ci.org/gizak/termui) [](https://godoc.org/github.com/gizak/termui)
-
+
`termui` is a cross-platform, easy-to-compile, and fully-customizable terminal dashboard. It is inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib), but purely in Go.
@@ -63,6 +63,8 @@ Note that components can be overlapped (I'd rather call this a feature...), `Ren
__Grid layout:__
+
+
Grid layout uses [12 columns grid system](http://www.w3schools.com/bootstrap/bootstrap_grid_system.asp) with expressive syntax. To use `Grid`, all we need to do is build a widget tree consisting of `Row`s and Cols (Actually a Col is also a `Row` but with a widget endpoint attached).
```go
@@ -120,13 +122,13 @@ Grid layout uses [12 columns grid system](http://www.w3schools.com/bootstrap/boo
Click image to see the corresponding demo codes.
-[
](https://github.com/gizak/termui/blob/master/example/par.go)
-[
](https://github.com/gizak/termui/blob/master/example/list.go)
-[
](https://github.com/gizak/termui/blob/master/example/gauge.go)
-[
](https://github.com/gizak/termui/blob/master/example/linechart.go)
-[
](https://github.com/gizak/termui/blob/master/example/barchart.go)
-[
](https://github.com/gizak/termui/blob/master/example/mbarchart.go)
-[
](https://github.com/gizak/termui/blob/master/example/sparklines.go)
+[
](https://github.com/gizak/termui/blob/master/example/par.go)
+[
](https://github.com/gizak/termui/blob/master/example/list.go)
+[
](https://github.com/gizak/termui/blob/master/example/gauge.go)
+[
](https://github.com/gizak/termui/blob/master/example/linechart.go)
+[
](https://github.com/gizak/termui/blob/master/example/barchart.go)
+[
](https://github.com/gizak/termui/blob/master/example/mbarchart.go)
+[
](https://github.com/gizak/termui/blob/master/example/sparklines.go)
## GoDoc