Merge pull request #1 from jgeiger/patch-1

Fix typos in README.md
This commit is contained in:
Ivan Daniluk 2015-05-04 10:00:43 +03:00
commit 72b7183127
1 changed files with 3 additions and 4 deletions

View File

@ -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