From 52695d8a99716c6f032933c9cf4692e0ed9a4b08 Mon Sep 17 00:00:00 2001 From: Alexander Klingenbeck Date: Sun, 30 Jul 2023 18:08:27 +0200 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 49bf03e..6584f11 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ rayjs is not a binding for NodeJS nor is it running in the browser (yet). It's c * In-depth auto-complete with definitions for the whole API ## Getting started -1. Download the binary for your platform from the release section. +1. Download the binary for your platform from the [release section](https://github.com/mode777/rayjs/releases). 2. Unzip the executable to a folder and create a new text file in the same folder. Rename the file to `main.js` 3. Open the file with a text-editor (e.g. Notepad) and add the following code ```javascript