mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
update README for github username change
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
# localtunnel-server [](http://travis-ci.org/shtylman/localtunnel-serer) #
|
# localtunnel-server [](http://travis-ci.org/defunctzombie/localtunnel-serer) #
|
||||||
|
|
||||||
localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.
|
localtunnel exposes your localhost to the world for easy testing and sharing! No need to mess with DNS or deploy just to have others test out your changes.
|
||||||
|
|
||||||
This repo is the server component. If you are just looking for the CLI localtunnel app, see (https://github.com/shtylman/localtunnel)
|
This repo is the server component. If you are just looking for the CLI localtunnel app, see (https://github.com/defunctzombie/localtunnel)
|
||||||
|
|
||||||
## overview ##
|
## overview ##
|
||||||
|
|
||||||
@@ -17,7 +17,7 @@ The above are important as the client will ask the server for a subdomain under
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
// pick a place where the files will live
|
// pick a place where the files will live
|
||||||
git clone git://github.com/shtylman/localtunnel-server.git
|
git clone git://github.com/defunctzombie/localtunnel-server.git
|
||||||
cd localtunnel
|
cd localtunnel
|
||||||
npm install
|
npm install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user