From a611b35b81ea2cd515ebe380f03b09bb06c7b002 Mon Sep 17 00:00:00 2001 From: DrMaxNix Date: Wed, 2 Nov 2022 12:08:41 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20improve=20code=20example=20synta?= =?UTF-8?q?x=20highlighting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63c9adc..2be14d3 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Basic assembly-like high-level programming language ## Example -```asm +```ruby set $q 0 loop: @@ -21,7 +21,7 @@ if $q < 10 jump "loop" ``` -```asm +``` 0 1 2