From ad2dd26ed49a5eb721773b376c3f28d1c8dcfcc9 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 31 Oct 2021 14:13:00 -0700 Subject: [PATCH] . --- tutorial/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial/index.md b/tutorial/index.md index 3518f566..29f517b6 100644 --- a/tutorial/index.md +++ b/tutorial/index.md @@ -62,8 +62,8 @@ Run a small program to start: qemu-system-i386 code.img ``` -If you aren't on Linux (or “Windows Subsystem for Linux”), the -command for creating `code.img` will be slightly different: +If you aren't on Linux (or Windows Subsystem for Linux), the command for +creating `code.img` will be slightly different: ``` ./translate_emulated tutorial/task1.mu