From 48796e59da1379b1f34962840c7ac01ddfd0db02 Mon Sep 17 00:00:00 2001
From: David Maus <dmj@users.noreply.github.com>
Date: Wed, 7 Aug 2019 08:42:56 +0200
Subject: [PATCH] Update README.md

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e89a86d..c2c4fb8 100644
--- a/README.md
+++ b/README.md
@@ -12,15 +12,13 @@ General Public License v3 or higher.
 Using the invoker
 --
 
-![Using the Invoker](docs/invoker.png "Using the Invoker")
-
 The [Invoker](src/HAB/Solr/Command/Search.php) reads the query parameters from the [Command](src/HAB/Solr/Command/Search.php), 
 optionally merges them with static or dynamic default parameters, and communicates with the Solr backend using a
 [Guzzle](http://guzzlephp.org) HTTP client.
 
 The body of the Solr response is passed to [Command](src/HAB/Solr/Command/Search.php).
 
-
+![Using the Invoker](docs/invoker.png "Using the Invoker")
 
 Using the search command
 --
-- 
GitLab