diff --git a/.phrozn/entries/index.twig b/.phrozn/entries/index.twig
index c7b9aa3..3dbd1c6 100755
--- a/.phrozn/entries/index.twig
+++ b/.phrozn/entries/index.twig
@@ -12,9 +12,8 @@ layout: default.twig
 KalSMS is a SMS/MMS gateway running entirely as an Android app.
 
 <p>
-    It enables web services to send and receive SMS and MMS messages
-    by forwarding incoming messages to a server on the Internet, and sending 
-    outgoing messages to other phones.
+It forwards incoming SMS and MMS messages to a web server on the Internet, and sends
+outgoing messages from the web server to other phones.
 </p>
 
 <p>
@@ -30,8 +29,10 @@ It works wherever the phone can receive SMS messages and access the Internet
 <h2>Why KalSMS?</h2>   
     
 <p>
-    KalSMS can be used nearly anywhere in the world. In particular, it is useful 
-    in countries where obtaining a local virtual phone number 
+    KalSMS can be used to enable a web service to send and receive SMS and MMS messages
+    nearly anywhere in the world.
+</p>
+<p> In particular, it is useful in countries where obtaining a local virtual phone number 
     or SMS shortcode is difficult, expensive, or impossible. A phone running KalSMS 
     connects to the phone network in the same way as any other mobile phone, 
     so it can be set up without needing approval from anyone else.
diff --git a/index.html b/index.html
index 5d0993d..c6fb276 100755
--- a/index.html
+++ b/index.html
@@ -42,9 +42,8 @@
 KalSMS is a SMS/MMS gateway running entirely as an Android app.
 
 <p>
-    It enables web services to send and receive SMS and MMS messages
-    by forwarding incoming messages to a server on the Internet, and sending 
-    outgoing messages to other phones.
+It forwards incoming SMS and MMS messages to a web server on the Internet, and sends
+outgoing messages from the web server to other phones.
 </p>
 
 <p>
@@ -60,8 +59,10 @@ It works wherever the phone can receive SMS messages and access the Internet
 <h2>Why KalSMS?</h2>   
     
 <p>
-    KalSMS can be used nearly anywhere in the world. In particular, it is useful 
-    in countries where obtaining a local virtual phone number 
+    KalSMS can be used to enable a web service to send and receive SMS and MMS messages
+    nearly anywhere in the world.
+</p>
+<p> In particular, it is useful in countries where obtaining a local virtual phone number 
     or SMS shortcode is difficult, expensive, or impossible. A phone running KalSMS 
     connects to the phone network in the same way as any other mobile phone, 
     so it can be set up without needing approval from anyone else.