From 87f68c71c5b43cb88e52a37ad40b9d4c22d406f5 Mon Sep 17 00:00:00 2001
From: Dmitry Kovalenok <dmitry.kovalenok@twinslash.com>
Date: Wed, 14 Nov 2012 10:54:43 +0300
Subject: [PATCH] updating readme

---
 README.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index a63d5f4..9006648 100644
--- a/README.md
+++ b/README.md
@@ -27,6 +27,8 @@ The registrations is complete.
 
 ### Configuration
 
+To make plugin to work properly
+
 * Login as administrator. In top menu select "Administration". Choose menu item Plugins. In plugins list choose "Redmine Omniauth Google plugin". Press "Configure". 
 * Fill Сlient ID & Client Secret by corresponding values, obtained by Google. 
 * Put the check "Oauth authentification", to make it possible to login through Google. Click Apply. Users can now to use apportunity to login via Google.
@@ -36,8 +38,10 @@ The registrations is complete.
 By default, all domains are allowed to authenticate through Google.
 To limit login through Google for other domains you have to fill allowed domains in the text box field the "Allowed domains". Domains must be separated by newlines. For example:
 
-  onedomain.com 
-  otherdomain.com
+```text
+onedomain.com 
+otherdomain.com
+```
 
 ### Work process
 
-- 
GitLab