mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
typo
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
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.
|
||||||
|
|
||||||
Great for working with browser testing tools like browserling or external api callback services like twilio which require a public url for callbacks!
|
Great for working with browser testing tools like browserling or external api callback services like twilio which require a public url for callbacks.
|
||||||
|
|
||||||
## installation ##
|
## installation ##
|
||||||
|
|
||||||
@@ -12,7 +12,7 @@ npm install -g localtunnel
|
|||||||
|
|
||||||
## use ##
|
## use ##
|
||||||
|
|
||||||
Super East! Assuming your local server is running on port 8000, just use the ```lt``` command to start the tunnel.
|
Super Easy! Assuming your local server is running on port 8000, just use the ```lt``` command to start the tunnel.
|
||||||
|
|
||||||
```
|
```
|
||||||
lt --port 8000
|
lt --port 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user