From 165cbcb2f164b505a1b70d9a8639fe424eb23276 Mon Sep 17 00:00:00 2001 From: Siraaj Khandkar Date: Sat, 28 Sep 2013 19:48:32 -0400 Subject: [PATCH] Improve description. --- README.md | 2 +- polymorphism/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0721256..2eeb385 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Summary |----------------|-------------| | [Life] | http://en.wikipedia.org/wiki/Conway's_Game_of_Life | | [Forest Fire] | http://en.wikipedia.org/wiki/Forest-fire_model | -| [Polymorphism] | Each cell can have different transition rules | +| [Polymorphism] | Coexistence of different transition rules on the same grid | [Life]: life diff --git a/polymorphism/README.md b/polymorphism/README.md index 205e49d..34ab990 100644 --- a/polymorphism/README.md +++ b/polymorphism/README.md @@ -1,4 +1,4 @@ Polymorphism ============ -Each cell can have different state transition rules. +Coexistence of different state transition rules on the same grid. -- 2.20.1