From 4171c4592dba5aa627da5ffaf0d37f18b67debae Mon Sep 17 00:00:00 2001 From: Janne Snabb Date: Thu, 28 Feb 2019 23:22:41 +0200 Subject: [PATCH] Improve documentation. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 83e1e75..cc00d10 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,11 @@ Compile and install: git clone https://github.com/snabb/webostv.git cd webostv go build ./cmd/webostvremote - ``` The compiled binary `webostvremote` is produced in the current working directory. -To use the remote control program with the TV, the IP address or name of the -TV can be given as a command line argument: +The IP address or name of the TV can be given as a command line argument: ``` ./webostvremote 192.0.2.123 ```