From 93a37296e620102bd6dc0f135d5c88ea18323ce2 Mon Sep 17 00:00:00 2001
From: Alexis Reigel <mail@koffeinfrei.org>
Date: Wed, 14 Nov 2018 11:39:12 +0100
Subject: [PATCH] move badges below the logo

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

diff --git a/README.md b/README.md
index 86ec51f..66c57fe 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
+<img src="docs/excelsieur-logo.png" width="480">
+
 [![pipeline status](https://git.panter.ch/open-source/excelsieur/badges/master/pipeline.svg)](https://git.panter.ch/open-source/excelsieur/commits/master)
 [![Gem Version](https://badge.fury.io/rb/excelsieur.svg)](https://badge.fury.io/rb/excelsieur)
 [![Maintainability](https://api.codeclimate.com/v1/badges/657ecb9ccf29186a1377/maintainability)](https://codeclimate.com/github/panter/excelsieur/maintainability)
 
-<img src="docs/excelsieur-logo.png" width="480">
-
 ---
 
 A straightforward way to import data from an excel sheet into your ruby app.
-- 
GitLab