From 7f29e4aaad20690c4570346a235ed638af30c953 Mon Sep 17 00:00:00 2001
From: Russell Jarvis <rjjarvis@asu.edu>
Date: Sun, 22 Mar 2020 16:48:00 +1100
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index e51486c..42aa39f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 Julia port of [NeuronUnitOpt](https://github.com/russelljjarvis/NeuronunitOpt)
 
-Making spiking neural [models expressed in Julia](https://github.com/AStupidBear/SpikingNeuralNetworks.jl) amenable to python neuronunit/sciunit testing of model fitness and genetic algorith optimization.
+This project glues together three repositories (2 Julia, 1 python) with the result that spiking neural [models expressed in Julia](https://github.com/AStupidBear/SpikingNeuralNetworks.jl) become amenable to python neuronunit/sciunit testing of model fitness and genetic algorith optimization.
 
 [![Build Status](https://travis-ci.org/russelljjarvis/SpikingNeuralNetworks.jl.svg?branch=master)](https://travis-ci.org/russelljjarvis/SpikingNeuralNetworks.jl)
 
-- 
GitLab