From 5f020cc91e2c19ae88e92ae9ce3695d980a7e144 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 6 Apr 2022 05:39:57 -0700 Subject: [PATCH] [docs] Fix REPL instructions (#7413) Closes #7412 --- .../content/blog/2017-08-07-the-easiest-way-to-get-started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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..fe4a14eaeb 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 @@ -12,7 +12,9 @@ Because of that, getting started with it can be a little bit confusing at first. ## 1. Use the REPL -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) (Read-Eval-Print Loop) 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.