diff --git a/README.md b/README.md
index 37263918fe4020ec2dab89a964569005a4c1749e..9c75708b28729c3cdee5aa7c6b9d536d8c7dcc5a 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