From 3f3737572b5af70bcc35cdf3cfe0ff189ab46b93 Mon Sep 17 00:00:00 2001 From: Christian Mueller Date: Tue, 25 Feb 2014 18:20:07 +0100 Subject: [PATCH] typos --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 43b76d8..4588bce 100644 --- a/API.md +++ b/API.md @@ -85,7 +85,7 @@ The Signature is the MD5 hash of the following string concatenation: pid + psk + note The signature serves as a proof, that the request is authentic and will be issued by the publisher corresponding to the provided PID. Please note, that _all_ of the values used in the signature computation, should be identical to the values passed with the request itself. -Ensure, that your note contains only `\\n` symbols as line breaks! +Ensure, that your note contains only `\n` symbols as line breaks! The parameters specifying the theme name and fonts are optional and only impact the URLs returned back. @@ -127,7 +127,7 @@ The Signature is the MD5 hash of the following string concatenation: pid + psk + noteID + note + password Please note, that all of the values used in the signature computation, should be identical to the values passed with the request itself. -Ensure, that your note contains only `\\n` symbols as line breaks! +Ensure, that your note contains only `\n` symbols as line breaks! The response of the server will contain the fields `longURL`, `shortURL`, `status`.