From dc2cce5e41e24306056fb22a80c2b0b2160ed30e Mon Sep 17 00:00:00 2001 From: AMRowsell Date: Mon, 6 Dec 2021 18:46:40 +0000 Subject: [PATCH] Update README.md to correct typo in screenshot, as well as show latest version of GUI! --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35ddb59..66ad7ce 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Spirographs! -![Screenshot of v1](https://frozendev.tk/~amr/images/spirographs_v1.png) +![Screenshot of v1](https://frozendev.tk/~amr/images/spirographs_v2.png) Everyone who grew up playing with this toy remembers it fondly. Very cool shapes and patterns. Recently, I was wondering if there was a mathematical formula describing the shapes created by Spriographs, and of course there is! @@ -10,4 +10,4 @@ They're actually quite simple. The shapes are called [hypotrochoids](https://en. ![](https://frozendev.tk/~amr/images/epitrochoid.png) -And that's it! To play around with the different patterns, this Python GTK3 app was created so you could use sliders to change the parameters and see how they affect the output. \ No newline at end of file +And that's it! To play around with the different patterns, this Python GTK3 app was created so you could use sliders to change the parameters and see how they affect the output.