From 943a7dc35bb0b74618e473d1fff37fea9b8ace43 Mon Sep 17 00:00:00 2001 From: Roman Shtylman Date: Mon, 5 Nov 2012 16:05:22 -0500 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 151e881..927b6ac 100644 --- a/README.md +++ b/README.md @@ -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. -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 ## @@ -12,7 +12,7 @@ npm install -g localtunnel ## 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