From 615931ac50a7e7430e826b27a90648989e88791b Mon Sep 17 00:00:00 2001 From: Oliver <480930+rivo@users.noreply.github.com> Date: Sun, 7 Jan 2018 14:11:26 +0100 Subject: [PATCH] Fixed typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c01f1c7..2c03ace 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This Go package provides commonly needed components for terminal based user inte Among these components are: - __Input forms__ (include __input fields__, __drop-down selections__, __checkboxes__, and __buttons__) -- Navigatable multi-color __text views__ -- Sophisticated navigatable __table views__ +- Navigable multi-color __text views__ +- Sophisticated navigable __table views__ - Selectable __lists__ - __Flexbox__ and __page layouts__ - Modal __message windows__