From 235c27997dbbb3149c905ac4eeb835b3c1151155 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <rjjarvis@asu.edu>
Date: Fri, 17 Apr 2020 20:42:20 +1000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 46af613..d1f712b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # A Julia port of [NeuronUnitOpt](https://github.com/russelljjarvis/NeuronunitOpt)
 
-This project glues together four repositories (two Julia, two python) with the result that spiking neural [models expressed in Julia](https://github.com/AStupidBear/SpikingNeuralNetworks.jl) to facilitate python neuronunit/sciunit testing of neuron model fitness and [julia genetic algorith optimization](https://github.com/gsoleilhac/NSGAII.jl/).
+This project glues together four repositories with the in order to optimise spiking neural [models evaluated in Julia](https://github.com/AStupidBear/SpikingNeuralNetworks.jl) optimized against experimental data via a [julia genetic algorith optimization](https://github.com/gsoleilhac/NSGAII.jl/).
 
 [![Build Status](https://travis-ci.org/russelljjarvis/SpikingNeuralNetworks.jl.svg?branch=master)](https://travis-ci.org/russelljjarvis/SpikingNeuralNetworks.jl)
 
-- 
GitLab