Browse code

added that closing bracket.

ravench authored on 21/04/2015 19:47:27
Showing 1 changed files
... ...
@@ -15,7 +15,7 @@ When prompted ```Message: ``` you can either enter your message directly or ente
15 15
 * ```sed``` sed  (empty line to finish editing)
16 16
 * ```vim``` vim  (close editor to finish editing) (ps. preserves message if it is or can not be sent)
17 17
 
18
-Before sending the message you are prompted whether it should be sent. (```n``` will set ``action=info``; the request will be sent, however ```httpsms.php``` will only return information (how it interpreted your input and whether the message could be sent) but not send the message. 
18
+Before sending the message you are prompted whether it should be sent. (```n``` will set ``action=info``; the request will be sent, however ```httpsms.php``` will only return information (how it interpreted your input and whether the message could be sent) but not send the message.)
19 19
 
20 20
 ## Config
21 21
 ```config_example``` should be more or less self-explanatory. Note that ```user``` is your sms-revolution.ch username and ```password``` the md5-hash of the coresponding password. And you are going to want to set ```action=info``` when first testing this script.