From 41107b6890a8db2625087d9e842dfceec8232842 Mon Sep 17 00:00:00 2001
From: Loic Guegan <manzerbredes@mailbox.org>
Date: Sat, 29 Jan 2022 18:18:16 +0100
Subject: [PATCH] Update readme

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

diff --git a/README.md b/README.md
index abf3332..828c355 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,6 @@
+[![pipeline](https://gitlab.com/manzerbredes/chessarbiter/badges/main/pipeline.svg)](https://gitlab.com/manzerbredes/chessarbiter/-/commits/main)
+[![license](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0)
+
 # ChessArbiter
 ChessArbiter is a library that allow you to play chess games in C++. It ensures that all the rules of classical chess are followed.