diff --git a/index.html b/index.html
index c8e149c..7ffd90a 100644
--- a/index.html
+++ b/index.html
@@ -205,10 +205,10 @@
Usage
- - The Linux terminal is very similar to the Windows command prompt
- - If you've got some C♯ code in a Visual Studio solution already, download that now
- - Otherwise, use a text editor to write a quick program
- - On Linux, we can use
csc
and msbuild
just like we do on Windows
+ - The Linux terminal is similar to the Windows command prompt
+ - Download a Visual Studio now if possible
+ - Use a text editor to write a quick program otherwise
+ - We can use
csc
and msbuild
to compile just like we do on Windows