From 19a452db248f039b64e44ee2a1c3eaf6a6000829 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Thu, 3 Jun 2021 21:27:41 +0200 Subject: [PATCH] fixing link syntax in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49012c5..d7ef108 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Javagony With A Twist ## What is Javagony -[Javagony]{https://esolangs.org/wiki/Javagony} is an esoteric programming language. It's basically Java without any conditional (`if`, `else`, `switch`), loop (`for`, `while`, `do while`) keywords or conditional expressions (`?:`). +[Javagony](https://esolangs.org/wiki/Javagony) is an esoteric programming language. It's basically Java without any conditional (`if`, `else`, `switch`), loop (`for`, `while`, `do while`) keywords or conditional expressions (`?:`). ## What is Javagony2