Browse code

Improved readabiliy

ravench authored on 22/04/2015 08:45:42
Showing 1 changed files
... ...
@@ -4,8 +4,8 @@ user=
4 4
 password=
5 5
 # the id to send from. (1: your phonenumber. 2-5: sender id 1-4)
6 6
 from=1
7
-# send sends the message, info only returns information. 
8
-# (ps. Use this for testing)
7
+# 'send' sends the message, 'info' only returns information. 
8
+# (ps. Use 'info' for testing)
9 9
 action=send
10 10
 # 0: discount, 1: basic, 2: pro
11 11
 typ=2
... ...
@@ -13,5 +13,5 @@ typ=2
13 13
 timestamp=0
14 14
 # text or xml
15 15
 return=text
16
-# 1: returns different headers, 0: will always return 200
16
+# '1': returns different headers, '0': will always return 200
17 17
 httphead=1