aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorValentin Popov <info@valentineus.link>2017-10-17 14:07:07 +0300
committerValentin Popov <info@valentineus.link>2017-10-17 14:07:07 +0300
commitb7f6d2025946171955dcad01d7b6a3d0b150f992 (patch)
tree02baa68c1ee1d9d631193ec7d9bc43c1761d89c6 /README.md
parentb1b2c68f93b0baf559c92536ed04c8b9951dd904 (diff)
downloadauth_link-b7f6d2025946171955dcad01d7b6a3d0b150f992.tar.xz
auth_link-b7f6d2025946171955dcad01d7b6a3d0b150f992.zip
Correction of headings
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files 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.
-<a name="installation">
- <h2>Installation</h2>
-</a>
+## 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.
-<a name="using">
- <h2>Using</h2>
-</a>
+## 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
```
-<a name="build">
- <h2>Build</h2>
-</a>
+## Build
Self-assembly package is as follows:
@@ -47,9 +41,7 @@ cd ./auth-link
/bin/sh build.sh
```
-<a name="license">
- <h2>License</h2>
-</a>
+## License
<img height="256px" alt="GNU Banner" src="https://www.gnu.org/graphics/runfreegnu.png" />