From b1897a200aec60c3e0113871dcb85091f554cd43 Mon Sep 17 00:00:00 2001 From: Dmitrii Metelkin Date: Fri, 19 Aug 2016 10:23:28 +1000 Subject: [PATCH] Update README.md --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 78c0990..72d830e 100644 --- a/README.md +++ b/README.md @@ -37,19 +37,19 @@ For example XML-RPC (PHP structure) description for different mapping field sett ***Email Address*** -[user] => - Array - ( - [email] => string - ) + [user] => + Array + ( + [email] => string + ) ***ID number*** -[user] => - Array - ( - [idnumber] => string - ) + [user] => + Array + ( + [idnumber] => string + ) ***Web service will return follwiong structure or error message.*** @@ -79,6 +79,6 @@ a web call) as well as then log in using this key. If IP address is different a **Redirect after logout** -You can set URL to redirect user to after they logged out from Moodle. For example you can redirect them -to logout script of your web application to log users out from there as well. This setting is optional. +You can set URL to redirect users after they logged out from Moodle. For example you can redirect them +to logout script of your web application to log users out from it as well. This setting is optional.