Fix Markdown syntax typo

This commit is contained in:
C-Duv 2017-02-11 15:27:23 +01:00
parent a9efb5606c
commit 3e12046b97

View File

@ -39,15 +39,15 @@ script at runtime (`send-notification.sh -c foobar`).
Configuration load process is as follows: Configuration load process is as follows:
# Uses what's in `send-notification.sh` file. 1. Uses what's in `send-notification.sh` file.
# If `-c` option is set, test given file existence and uses what's inside. 2. If `-c` option is set, test given file existence and uses what's inside.
Will not load any other configuration file (stops load process here). Will not load any other configuration file (stops load process here).
# Checks if a `.freemobile-smsapi` file exists next to the script and uses 3. Checks if a `.freemobile-smsapi` file exists next to the script and uses
what's inside. Will not load any other configuration file (stops load process what's inside. Will not load any other configuration file (stops load process
here). here).
# Checks if a `.freemobile-smsapi` file exists in user's home directory 4. Checks if a `.freemobile-smsapi` file exists in user's home directory
(`${HOME}`) and uses what's inside. Will not load any other configuration file (`${HOME}`) and uses what's inside. Will not load any other configuration
(stops load process here). file (stops load process here).
PHP Client PHP Client