diff --git a/README.md b/README.md index 4db8a41..6273f30 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@ [![Godoc](https://godoc.org/github.com/EdouardParis/lntop?status.svg)](https://godoc.org/github.com/EdouardParis/lntop) [![tippin.me](https://badgen.net/badge/%E2%9A%A1%EF%B8%8Ftippin.me/@edouardparis/F0918E)](https://tippin.me/@edouardparis) -lntop is an interactive text-mode channels viewer for Unix systems. +`lntop` is an interactive text-mode channels viewer for Unix systems. ## Install -require the [go programming language](https://golang.org/) (version >= 1.11) +Require the [go programming language](https://golang.org/) (version >= 1.11) ``` git clone git@github.com:edouardparis/lntop.git cd lntop && export GO111MODULE=on && go install ./...