From 2f9e948692780777246f3e742b84f03bd31e3c15 Mon Sep 17 00:00:00 2001 From: Edouard Paris Date: Mon, 1 Apr 2019 16:43:24 +0200 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ./...