From b7f6d2025946171955dcad01d7b6a3d0b150f992 Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Tue, 17 Oct 2017 15:07:07 +0400 Subject: Correction of headings --- README.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 5cef00c..230def3 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ Authorization plugin for Moodle. Adds the ability to authorize a user by a direct link. - -

Installation

-
+## Installation Get the installation package in any of the available methods: @@ -18,9 +16,7 @@ Get the installation package in any of the available methods: In Moodle in the administration panel go to the "Plugins" section and make a standard installation of the plug-in. - -

Using

-
+## Using Pass the variables `username` and `password` in any standard way. Variables are read from a file `$ _REQUEST`, which guarantees GET and POST requests performance, as well as support for the cookie. @@ -30,9 +26,7 @@ Example of a link that authorizes a user on the course: https://yourwebserver.org/course/view.php?id=2&username=guest&password=qwerty ``` - -

Build

-
+## Build Self-assembly package is as follows: @@ -47,9 +41,7 @@ cd ./auth-link /bin/sh build.sh ``` - -

License

-
+## License GNU Banner -- cgit v1.2.3