fix domain typo in readme

localtunnel.me not .com
This commit is contained in:
Roman Shtylman
2012-12-14 23:43:06 -05:00
parent b605e9b823
commit 741db27084

View File

@@ -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
});