readme: fix markdown table

[ci skip]
This commit is contained in:
Roman Shtylman
2014-02-14 00:36:53 -05:00
parent 5c6cd2359c
commit 44be55cd7b

View File

@@ -53,14 +53,14 @@ localtunnel(port, function(err, tunnel) {
The `tunnel` instance returned to your callback emits the following events
|event|args|description|
|:|:|:|
|----|----|----|
|error|err|fires when an error happens on the tunnel|
|close||fires when the tunnel has closed|
The `tunnel instance has the following methods
|method|args|description|
|:|:|:|
|----|----|----|
|close||close the tunnel|
## other clients ##