diff --git a/Configuring-GoLand-for-WebAssembly.md b/Configuring-GoLand-for-WebAssembly.md
index ff4058b1..b54e8b62 100644
--- a/Configuring-GoLand-for-WebAssembly.md
+++ b/Configuring-GoLand-for-WebAssembly.md
@@ -8,14 +8,14 @@ When you first open or start a WebAssembly project in GoLand, it won't understan
That's easily fixable, by changing the **GOOS** and **GOARCH** values in the project settings, as per the screenshots below.
-
+
**Note** - The screenshot below shows how to access **Settings** on a Linux desktop. If you're using macOS, you'll probably need to access them through the standard macOS **Preferences** option.
-
+
-
+
-
+
## Configuring Run/Debug settings
@@ -24,27 +24,27 @@ With the initial project settings changed, you'll probably want to configure the
That will let you recompile the .wasm file by just launching `Run` (Shift+F10 on Linux).
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
Finished, your GoLand setup should now be complete.