From 0441ac69025cdeaf6d0e7c63ca9d9a50c1ccae09 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Thu, 26 Apr 2018 14:40:01 -0700 Subject: [PATCH] Screenshot into readme --- README.md | 6 +++++- textfile/widget.go | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b29dba7..7843de9e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@

-

A personal terminal-based dashboard utility, designed for displaying infrequently-updating, but very important, daily data. +

+ +

+ ## Prerequisites Ensure you have [Go](https://golang.org/doc/install) installed and diff --git a/textfile/widget.go b/textfile/widget.go index 141be1fd..454a0642 100644 --- a/textfile/widget.go +++ b/textfile/widget.go @@ -24,6 +24,7 @@ func NewWidget() *Widget { } widget.View.SetWrap(true) + widget.View.SetWordWrap(true) return &widget }