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; ```