diff --git a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md b/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md index 41666d0cb2..3548abc9dd 100644 --- a/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md +++ b/site/content/blog/2017-08-07-the-easiest-way-to-get-started.md @@ -10,9 +10,11 @@ Svelte is a [new kind of framework](/blog/frameworks-without-the-framework). Rat Because of that, getting started with it can be a little bit confusing at first. How, you might reasonably ask, do you make a Svelte app? -## 1. Use the REPL +## 1. Use the REPL (Read-Eval-Print Loop) -The [Svelte REPL](/repl) is the easiest way to begin. You can choose from a list of examples to get you started, and tweak them until they do what you want. +The [Svelte REPL](/repl) is the easiest way to begin. This is an interactive environment that allows you to modify code and instantly see the result. + +You can choose from a list of [examples](/examples/), click the [REPL](/repl) link, and then tweak them until they do what you want.