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
}