diff --git a/.phrozn/entries/serverapi/index.twig b/.phrozn/entries/serverapi/index.twig
index ad45c54..8efc4e4 100755
--- a/.phrozn/entries/serverapi/index.twig
+++ b/.phrozn/entries/serverapi/index.twig
@@ -268,12 +268,12 @@ The following HTTP Headers are sent in all POST requests from EnvayaSMS:
Generate an input string by concatenating:
- the server URL,
- - each of the sorted POST parameters with their corresponding values, and
+ - each of the sorted POST parameters, in the format name=value for each name/value pair,
- the password,
with a comma in between each element, like so:
- "<serverURL>,<name1>,<value1>,<...>,<nameN>,<valueN>,<password>"
+ "<serverURL>,<name1>=<value1>,<...>,<nameN>=<valueN>,<password>"
Generate the SHA-1 hash of the input string in UTF-8
diff --git a/serverapi/index.html b/serverapi/index.html
index 4874e73..74c99f8 100755
--- a/serverapi/index.html
+++ b/serverapi/index.html
@@ -308,12 +308,12 @@ The following HTTP Headers are sent in all POST requests from EnvayaSMS:
Generate an input string by concatenating:
- the server URL,
- - each of the sorted POST parameters with their corresponding values, and
+ - each of the sorted POST parameters, in the format name=value for each name/value pair,
- the password,
with a comma in between each element, like so:
- "<serverURL>,<name1>,<value1>,<...>,<nameN>,<valueN>,<password>"
+ "<serverURL>,<name1>=<value1>,<...>,<nameN>=<valueN>,<password>"
Generate the SHA-1 hash of the input string in UTF-8