From bbe260b1c36d642bcfeff6855886b48268cc06f8 Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Thu, 31 Jan 2019 22:04:50 -0800 Subject: [PATCH] Update readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 296607f..2369db0 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,10 @@ Run an example with `go run _examples/{example}.go` or run all of them consecuti ## Uses -- [cjbassi/gotop](https://github.com/cjbassi/gotop) -- [ethereum/go-ethereum/monitorcmd](https://github.com/ethereum/go-ethereum/blob/master/cmd/geth/monitorcmd.go) -- [mikepea/go-jira-ui](https://github.com/mikepea/go-jira-ui) +- [go-ethereum/monitorcmd](https://github.com/ethereum/go-ethereum/blob/master/cmd/geth/monitorcmd.go) +- [go-jira-ui](https://github.com/mikepea/go-jira-ui) +- [gotop](https://github.com/cjbassi/gotop) +- [termeter](https://github.com/atsaki/termeter) ## Related Works