From 05981491e7838f73a13c45676eb5e3e9804ce404 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 30 Oct 2022 14:52:13 +1100 Subject: [PATCH] Update README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9c42614..8bda4df 100644 --- a/README.md +++ b/README.md @@ -42,12 +42,11 @@ print tally(); //3 # Getting Started * [Quick Start Guide](quick-start-guide) -* Tutorials - * [Embedding Toy](embedding-toy) - * [Compiling Toy](compiling-toy) - * [Using Toy](using-toy) - * [Standard Libary](standard-library) - * [Types](types) +* [Types](types) +* [Embedding Toy](embedding-toy) +* [Using Toy](using-toy) +* [Compiling Toy](compiling-toy) +* [Standard Libary](standard-library) * [Developing Toy](developing-toy) * [Roadmap](roadmap) * [Game Engine](game-engine)