From 741db27084d42d5731609dd006d3c527e371b694 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Fri, 14 Dec 2012 23:43:06 -0500 Subject: [PATCH] fix domain typo in readme localtunnel.me not .com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 927b6ac..3da3201 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ var lt_client = require('localtunnel').client; var client = lt_client.connect({ // the localtunnel server - host: 'http://localtunnel.com', + host: 'http://localtunnel.me', // your local application port port: 12345 });