summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-12 23:13:02 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-12 23:13:02 -0700
commit2d86953e621ad2487ab78b06727622d2fb86f48f (patch)
treedfd055654bf4e26d7bb13032864abf741c0ad03e
parent95dbe56b9adcbfcbf9696131b3b9834c41a65dfd (diff)
Fix image scaling1.2.11
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 30f05eb..81b9edd 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
<div align="center">
- <img src="https://github.com/cjbassi/gotop/blob/master/media/logo.png" width="20%" height="20%" />
+ <img src="https://github.com/cjbassi/gotop/blob/master/media/logo.png" width="20%" />
<br><br>
</div>
@@ -7,7 +7,7 @@ Another TUI graphical activity monitor, inspired by [gtop](https://github.com/ak
Built with [gopsutil](https://github.com/shirou/gopsutil), [drawille-go](https://github.com/exrook/drawille-go), and a [fork](https://github.com/cjbassi/termui) of [termui](https://github.com/gizak/termui).
<img src="https://github.com/cjbassi/gotop/blob/master/media/demo.gif" />
-<img src="https://github.com/cjbassi/gotop/blob/master/media/minimal.png" width="96%" height="96%"/>
+<img src="https://github.com/cjbassi/gotop/blob/master/media/minimal.png" width="96%" />
## Installation