From 5a00da9ff388a2a52fe3ab276c3123c806d9de49 Mon Sep 17 00:00:00 2001
From: Harold Barker <git@haroldbarker.co.uk>
Date: Thu, 10 Mar 2016 23:38:47 +0000
Subject: [PATCH] Update README

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

diff --git a/README.md b/README.md
index 88d6272..98dfa42 100644
--- a/README.md
+++ b/README.md
@@ -16,13 +16,13 @@ Role Variables
 The maximum number of jobs to run concurrently.
 Defaults to the number of processor cores.
 
+`gitlab_runner_registration_token`
+The GitLab registration token. If this is specified, a runner will be registered to a GitLab server.
+
 `gitlab_runner_coordinator_url`
 The GitLab coordinator URL.
 Defaults to `https://gitlab.com/ci`.
 
-`gitlab_runner_registration_token`
-The GitLab registration token.
-
 `gitlab_runner_description`
 The description of the runner.
 Defaults to the hostname.
-- 
GitLab