From 0ff9742e0b7adeb72cf15cc20c003443a6b2b810 Mon Sep 17 00:00:00 2001 From: Joey Geiger Date: Sun, 3 May 2015 18:34:42 -0600 Subject: [PATCH] Fix typos in README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ff11926..6d1a353 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ First, you have to add [expvars](http://golang.org/pkg/expvar/) support into you import _ "expvar" -and note the port your app is listening on. It it's not, just add two lines: +and note the port your app is listening on. If it's not, just add two lines: import "net/http" ... @@ -116,7 +116,6 @@ Vars are specified as a comma-separated list of var identifiers with (optional) ## TODO -* ports autodiscovery for given hostname +* ports auto-discovery for given hostname * more tests coverage -* better usage of color highligting (for max values or failed apps), after relevant patches will be merged to TermUI - +* better usage of color highlighting (for max values or failed apps), after relevant patches will be merged to TermUI