From fc24039ef8b6b059c3df58bc22944c8e71d7a828 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Fri, 2 Mar 2018 14:15:49 +0100
Subject: [PATCH] fix headings

---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index fb980c0..3ec6b70 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-#eduGAIN Access Check
+# eduGAIN Access Check
 
-##Overview
+## Overview
 
 eduGAIN Access Check can be used by SP admins to validate the behaviour of
 their federated service in a production environment.
@@ -9,7 +9,7 @@ It is actually composed of two parts:
 * account manager
 * identity provider
 
-##Account Manager
+## Account Manager
 
 This is a web application developed in Perl, allowing SP admins to create test accounts with multiple user profiles.
 
@@ -81,11 +81,11 @@ Another cron task has to be set for purging expired tokens and accounts. For ins
 02 0 * * * root /usr/local/bin/account-manager.pl list_accounts --expired --delete > /dev/null
 ```
 
-##Identity Provider
+## Identity Provider
 
 The identity provider is actually [simpleSAMLphp](https://simplesamlphp.org/).
 
-##Licensing
+## Licensing
 This software is licensed under GÉANT Standard Open Source Software Outward
 Licence.
 
-- 
GitLab