From 202987d2021edc72e47fc712a9807278545f640b Mon Sep 17 00:00:00 2001 From: Caleb Bassi Date: Wed, 23 Jan 2019 23:23:37 -0800 Subject: [PATCH] Update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 493c20c..d8569aa 100644 --- a/README.md +++ b/README.md @@ -46,13 +46,14 @@ Run an example with `go run _examples/{example}.go` or run all of them consecuti ## Uses - [cjbassi/gotop](https://github.com/cjbassi/gotop) -- [go-ethereum/monitorcmd](https://github.com/ethereum/go-ethereum/blob/96116758d22ddbff4dbef2050d6b63a7b74502d8/cmd/geth/monitorcmd.go) +- [ethereum/go-ethereum/monitorcmd](https://github.com/ethereum/go-ethereum/blob/96116758d22ddbff4dbef2050d6b63a7b74502d8/cmd/geth/monitorcmd.go) +- [mikepea/go-jira-ui](https://github.com/mikepea/go-jira-ui) ## Related Works - [blessed-contrib](https://github.com/yaronn/blessed-contrib) -- [tui-rs](https://github.com/fdehau/tui-rs) - [gocui](https://github.com/jroimartin/gocui) +- [tui-rs](https://github.com/fdehau/tui-rs) ## License