From 3f6540d6e5a298e089a3b599ed28ec3335835183 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 11 Sep 2022 06:27:36 +1000 Subject: [PATCH] Tweak --- README.md | 8 +++----- quick-start-guide.md | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index efe855f..6e3ca1b 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,10 @@ The host will provide all of the extensions needed on a case-by-case basis. Scri # Getting Started * [Quick Start Guide](quick-start-guide) -* [Tutorials](tutorials) -* [Developing With Toy](developing-with-toy) +* ~~[Tutorials](tutorials)~~ +* ~~[Developing With Toy](developing-with-toy)~~ * [Types](types) -* [Functions](functions) -* [Slice Notation](slice-notation) -* [Standard Libary](standard-library) +* ~~[Standard Libary](standard-library)~~ # Version Differences diff --git a/quick-start-guide.md b/quick-start-guide.md index 9c2467d..e494467 100644 --- a/quick-start-guide.md +++ b/quick-start-guide.md @@ -109,7 +109,7 @@ The `_index` function is simply used for slice notation, so it's recommended tha ## Slice Notation -When indexing a compound value, you can use slice notation to manipulate it's elements +When indexing a compound value, you can use slice notation to manipulate it's elements: ``` var greeting = "Hello world";