From f03ad58d55377e0352cc1341d2171f7efc33f89f Mon Sep 17 00:00:00 2001 From: matteo78 Date: Thu, 29 Jan 2015 21:49:00 +0100 Subject: [PATCH] :book: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9745f..f744efb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Chaos game app -A Javascript web app that allows you to test the "Chaos game" algorithm that consists in a few steps : +A Javascript web app that allows you to test the "Chaos game" algorithm that consists in a few steps: 1. take a n-vertices polygon (in the app, there is only regular polygons, but it is possible to use scalenous ones); 2. choose a random point (out or inside the polygon);