From 9e94ae245d8c77329e9bbc7b0bd3ee9169072c37 Mon Sep 17 00:00:00 2001 From: timofej Date: Wed, 16 Aug 2023 20:11:21 +0200 Subject: [PATCH] Adjust initial README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63eaf6b..08ed960 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ -# Cellular Automaton -This package provides an cellular automaton for [Python 3](https://www.python.org/) +# Neuropecolation +This package provides an neuropercolation model for [Python 3](https://www.python.org/) forked from Richard Feistenauer's [cellular-automaton](https://gitlab.com/DamKoVosh/cellular_automaton). + + ## Dependencies There is only a dependency for [recordclass](https://pypi.org/project/recordclass/) at the moment.