summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-03-10 19:05:20 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-03-10 19:12:18 -0800
commit88548b87741069fc16b0f22e987d565dc58f2307 (patch)
treea5cbe9b031a106bd58cdc50b6655261b0cea4e66 /README.md
parent043f4f06bfaa86ce61585667a89cc58107c403d6 (diff)
Changed demo.gif and added minimal.png
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d8e4eb..39acb4f 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,8 @@
Another TUI graphical activity monitor, inspired by [gtop](https://github.com/aksakalli/gtop) and [vtop](https://github.com/MrRio/vtop), this time written in [Go](https://golang.org/)!
Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https://github.com/exrook/drawille-go), and a modified version of [termui](https://github.com/gizak/termui).
-![image](https://github.com/cjbassi/gotop/blob/master/demo.gif)
+<img src="https://github.com/cjbassi/gotop/blob/master/demo.gif" />
+<img src="https://github.com/cjbassi/gotop/blob/master/minimal.png" />
## Installation