From 123bb5108b1a0846d57d6c61fe67c3d4c096e801 Mon Sep 17 00:00:00 2001 From: Christopher Simons Date: Sat, 20 Feb 2016 19:56:35 -0500 Subject: [PATCH] README.md: improve style consistency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 508f081..5f327b4 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ __Grid layout:__ grid -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). +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 `Col`s (Actually a `Col` is also a `Row` but with a widget endpoint attached). ```go import ui "github.com/gizak/termui"