From 7783b9906c85ae939f020561fb42db8acbd559f4 Mon Sep 17 00:00:00 2001
From: jenia jitsev <j.jitsev@fz-juelich.de>
Date: Wed, 21 Apr 2021 21:05:55 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index 3726391..9c75708 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
 
 Different pieces of code that demonstrate simple functionality. To serve as demo material and starting points
 
-- [ca_simple_conv2d_kernels.py](ca_simple_conv2d_kernels.py) : simple example how to define standard CA classes by defining local kernels as rules, using convolution of the field state with defined rule kernels via fast conv2d to evolve the states
+- [ca_simple_conv2d_kernels.py](ca_simple_conv2d_kernels.py) : simple example how to define standard CA classes by taking local kernels to define neighborhood size and specifying rules for cell counts, using convolution of the field state with local kernels via fast conv2d to count cells in pre-defined neigborhoods and apply specified rules on obtained counts to evolve the states
-- 
GitLab