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