From f088c232e1d9a708e7c77e8bf20d56d8f531e30e Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Sun, 28 Aug 2022 12:47:55 -0400 Subject: [PATCH] Add attribution to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 32e4a17..9c99482 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ termui is a cross-platform and fully-customizable terminal dashboard and widget library built on top of [termbox-go](https://github.com/nsf/termbox-go). It is inspired by [blessed-contrib](https://github.com/yaronn/blessed-contrib) and [tui-rs](https://github.com/fdehau/tui-rs) and written purely in Go. +This is a fork of [the original project on GitHub](https://github.com/gizak/termui). + ## Features - Several premade widgets for common use cases