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);