From ddce9a37bec955aeea720ca19a3e8bec9792dae5 Mon Sep 17 00:00:00 2001
From: Maximilian Schmidt <max.schmidt@fz-juelich.de>
Date: Thu, 29 Mar 2018 16:44:12 +0900
Subject: [PATCH] Remove python2 shield from README file

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2ecda0f..89bf812 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ The code in this repository is self-contained and allows one to
 reproduce the results of all three papers.
 
 ## Python framework for the multi-area model
-[![www.python.org](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org)  [![www.python.org](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org) <a href="http://www.nest-simulator.org"> <img src="https://raw.githubusercontent.com/nest/nest-simulator/master/extras/logos/nest-simulated.png" alt="NEST simulated" width="50"/></a>
+[![www.python.org](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org) <a href="http://www.nest-simulator.org"> <img src="https://raw.githubusercontent.com/nest/nest-simulator/master/extras/logos/nest-simulated.png" alt="NEST simulated" width="50"/></a>
 
 The entire framework is summarized in the figure below:
 ![Sketch of the framework](framework_sketch.png)
-- 
GitLab