From 3f75c5cfc8ea104575e6db93ec7ea075814129e8 Mon Sep 17 00:00:00 2001 From: Username404 Date: Sun, 9 Jan 2022 14:44:48 +0100 Subject: [PATCH] Fix the "Hello, World!" example in the README.md file Signed-off-by: Username404 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 138723a..1a76cfa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Aka Yer Bacon, - #### A language that transpiles into lua, javascript (ES6) or python code. ``` main #=> { - println "Hello, World!" + print_line("Hello, World!") } ```