diff --git a/README.md b/README.md index eaf5500..7fdc50c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![License](http://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/miguelmota/cointop/master/LICENSE.md) [![Go Report Card](https://goreportcard.com/badge/github.com/miguelmota/cointop?)](https://goreportcard.com/report/github.com/miguelmota/cointop) [![GoDoc](https://godoc.org/github.com/miguelmota/cointop?status.svg)](https://godoc.org/github.com/miguelmota/cointop) - + [`cointop`](https://github.com/miguelmota/cointop) is a fast and tiny (~2mb) command-line interface application for viewing cryptocurrency stats and information in your terminal. The interface is inspired by [`htop`](https://en.wikipedia.org/wiki/Htop). @@ -16,7 +16,7 @@ Make sure to have [golang](https://golang.org/) installed, then do: go install github.com/miguelmota/cointop ``` -##### Alternatively (without go) +#### Alternatively (without go) ``` sudo curl -s https://git.io/vxKUA | bash diff --git a/bin/cointop.REMOVED.git-id b/bin/cointop.REMOVED.git-id index 77e60bd..77eb9ae 100644 --- a/bin/cointop.REMOVED.git-id +++ b/bin/cointop.REMOVED.git-id @@ -1 +1 @@ -afb3d36c7d062f773b2646a50def45506046b9e8 \ No newline at end of file +133f48aad122b8950b7903a992b545c9453b7093 \ No newline at end of file diff --git a/cointop/cointop.go b/cointop/cointop.go index 01358c3..1811c62 100644 --- a/cointop/cointop.go +++ b/cointop/cointop.go @@ -59,8 +59,8 @@ func (ct *Cointop) fetchData() ([]*apitypes.Coin, error) { func (ct *Cointop) updateMarket() error { maxX, _ := ct.g.Size() - s := "foo" - fmt.Fprintln(ct.marketview, pad.Right(fmt.Sprintf("[q]uit %s", s), maxX, " ")) + s := "" + fmt.Fprintln(ct.marketview, pad.Right(fmt.Sprintf("30D %s", s), maxX, " ")) return nil }