about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-10-31 14:13:00 -0700
committerKartik Agaram <vc@akkartik.com>2021-10-31 14:13:00 -0700
commitad2dd26ed49a5eb721773b376c3f28d1c8dcfcc9 (patch)
treec4f149b82aafa9ad7b10065cc6d8140eb021e85d
parent5b0bb2aeb20bfc683fac0f38822908ad0276e038 (diff)
downloadmu-ad2dd26ed49a5eb721773b376c3f28d1c8dcfcc9.tar.gz
.
-rw-r--r--tutorial/index.md4
1 files 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 &ldquo;Windows Subsystem for Linux&rdquo;), 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
37' href='#n137'>137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176