From 8650e86feb823bd1cef2a87b928c35d813e432dc Mon Sep 17 00:00:00 2001 From: Torsten Stelling Date: Fri, 28 Jun 2013 20:56:30 +0200 Subject: [PATCH] more fixes --- fever-api.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fever-api.md b/fever-api.md index ff3c8f9..5c27199 100644 --- a/fever-api.md +++ b/fever-api.md @@ -17,7 +17,8 @@ All requests must be authenticated with a `POST`ed `api_key`. The value of `api_ ```php $email = 'you@yourdomain.com'; $pass = 'b3stp4s4wd3v4'; -$api_key = md5($email.':'.$pass);``` +$api_key = md5($email.':'.$pass); +``` A user may specify that `https` be used to connect to their Fever installation for additional security but you should not assume that all Fever installations support `https`.