diff --git a/.phrozn/entries/test/index.twig b/.phrozn/entries/test/index.twig
index e4a1396..6110c69 100755
--- a/.phrozn/entries/test/index.twig
+++ b/.phrozn/entries/test/index.twig
@@ -30,8 +30,8 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device
To simulate incoming SMS on the emulator:
-
-
- using telnet from your host computer, connect to
localhost:5554
+
+ using a telnet client (on your computer), connect to localhost:5554
Note: on Windows, you can install puttytel.
- type
sms send [phonenumber] [text message]
to send messages to the emulator.
diff --git a/test/index.html b/test/index.html
index f8d823e..2d46160 100755
--- a/test/index.html
+++ b/test/index.html
@@ -70,8 +70,8 @@ The following steps explain how to set up EnvayaSMS on an Android Virtual Device
To simulate incoming SMS on the emulator:
-
-
- using telnet from your host computer, connect to
localhost:5554
+
+ using a telnet client (on your computer), connect to localhost:5554
Note: on Windows, you can install puttytel.
- type
sms send [phonenumber] [text message]
to send messages to the emulator.