From 7c5d4459805b78fc666576922def91fb17aedeea Mon Sep 17 00:00:00 2001 From: Karmaz95 Date: Sat, 15 Feb 2025 15:25:39 +0100 Subject: [PATCH] Minor changes to README.md in "WHY UROBOROS?" section. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e328fb3..8765d0e 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,10 @@ The main tool created during the writing of the Snake & Apple series is called ` Its description along with instructions for other tools from this repository are in `Tools.md`. ## WHY UROBOROS? -I wrote the code for each article as a class, SnakeX, where X was the article number, to make it easier for the audience to follow. -Each Snake class is a child of the previous one and infinitely "eats itself" (inherits methods of the last class), like Uroboros. +I wrote the code for each article as a class `SnakeX`. +The `X` was the article number, to make it easier for the audience to follow. +Each `Snake` class is a child of the previous one. +It infinitely "eats itself" (inherits methods of the last class), like Uroboros. ## INSTALLATION ```