From bd1b44590504ada68c7bca36933bd269c0c1a4e0 Mon Sep 17 00:00:00 2001 From: xerox Date: Mon, 20 Jan 2020 17:39:32 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b41216..503c8db 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ My computer programming language made with LEX/YACC written in C. (interpreted) Supported operating systems and downloads: * [Win-32 Download]() -* [Win-64 Download]() +* [Win-64 Download](https://git.hacks.ltd/xerox/deon/-/tags/win-64) * [Linux-32 Download]() * [Linux-64 Download]() @@ -127,7 +127,7 @@ def my_function: some_function = { print["hello world"]; }; - call some_function; + call some_function; }; call my_function; ```