mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
fix domain typo in readme
localtunnel.me not .com
This commit is contained in:
@@ -31,7 +31,7 @@ var lt_client = require('localtunnel').client;
|
|||||||
|
|
||||||
var client = lt_client.connect({
|
var client = lt_client.connect({
|
||||||
// the localtunnel server
|
// the localtunnel server
|
||||||
host: 'http://localtunnel.com',
|
host: 'http://localtunnel.me',
|
||||||
// your local application port
|
// your local application port
|
||||||
port: 12345
|
port: 12345
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user