From 44be55cd7bf7520b665b18eb53046dd600f32faa Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Fri, 14 Feb 2014 00:36:53 -0500 Subject: [PATCH] readme: fix markdown table [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09f92b7..bd74353 100644 --- a/README.md +++ b/README.md @@ -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 ##