From 1f87d13d807d974a5cfdf391bcd9f62271eb064c Mon Sep 17 00:00:00 2001 From: Authrus Date: Sat, 9 Feb 2019 16:21:55 +0000 Subject: [PATCH] Clear up download links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d20de534..a90bc2aa 100644 --- a/README.md +++ b/README.md @@ -1204,7 +1204,7 @@ To run scripts as a standalone application you can download the interpreter. The be installed on the host machine. Once you have downloaded the interpreter you can begin running scripts right away. All you need to do is specify the script file relative to the current directory. -[Download](http://www.snapscript.org/download/snap.zip) +Download - [http://www.snapscript.org/download/snap.zip](http://www.snapscript.org/download/snap.zip) ### Development Environment @@ -1214,7 +1214,7 @@ play button. This will initiate a bootstrapping process where the interpreter is this bootstrapping process has completed the source program is downloaded and executed. Stepping through the code can be done by setting break points. -[Download](http://www.snapscript.org/download/snapd.zip) +Download - [http://www.snapscript.org/download/snapd.zip](http://www.snapscript.org/download/snapd.zip) #### Breakpoints