Improve description.
authorSiraaj Khandkar <siraaj@khandkar.net>
Sat, 28 Sep 2013 23:48:32 +0000 (19:48 -0400)
committerSiraaj Khandkar <siraaj@khandkar.net>
Sat, 28 Sep 2013 23:48:32 +0000 (19:48 -0400)
README.md
polymorphism/README.md

index 0721256..2eeb385 100644 (file)
--- 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
index 205e49d..34ab990 100644 (file)
@@ -1,4 +1,4 @@
 Polymorphism
 ============
 
-Each cell can have different state transition rules.
+Coexistence of different state transition rules on the same grid.
This page took 0.017569 seconds and 4 git commands to generate.