Added initial screenshots for the Build/Run configuration
diff --git a/Configuring-GoLand-for-WebAssembly.md b/Configuring-GoLand-for-WebAssembly.md
index b011cfd..cd14ee7 100644
--- a/Configuring-GoLand-for-WebAssembly.md
+++ b/Configuring-GoLand-for-WebAssembly.md
@@ -1,13 +1,46 @@
-## Configuring GoLand for WebAssembly (Wasm) projects
+# Configuring GoLand for WebAssembly (Wasm) projects
+
+## Initial project configuration
 
 When you first open or start a WebAssembly project in GoLand, it won't understand the "*syscall/js*" package.
 
 That's easily fixable, by changing the **GOOS** and **GOARCH** values in the project settings, as per the screenshots below.
 
-![Goland Wasm Setup pic1](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup1.png)
+![GoLand Wasm Setup pic1](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup1.png)
 
-![Goland Wasm Setup pic2](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup2.png)
+![GoLand Wasm Setup pic2](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup2.png)
 
-![Goland Wasm Setup pic3](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup3.png)
+![GoLand Wasm Setup pic3](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup3.png)
 
-![Goland Wasm Setup pic4](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup4.png)
\ No newline at end of file
+![GoLand Wasm Setup pic4](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup4.png)
+
+
+## Configuring build settings
+
+With the initial project setup done, you'll probably want to configure the Build/Run settings next:
+
+**NOTE - This section is still "Work In Progress" :wink:**
+
+![GoLand Wasm Build pic1](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build1.png)
+
+![GoLand Wasm Build pic2](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build2.png)
+
+![GoLand Wasm Build pic3](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build3.png)
+
+![GoLand Wasm Build pic4](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build4.png)
+
+![GoLand Wasm Build pic5](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build5.png)
+
+![GoLand Wasm Build pic6](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build6.png)
+
+![GoLand Wasm Build pic7](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build7.png)
+
+![GoLand Wasm Build pic8](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build8.png)
+
+![GoLand Wasm Build pic9](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build9.png)
+
+![GoLand Wasm Build pic10](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build10.png)
+
+![GoLand Wasm Build pic11](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build11.png)
+
+![GoLand Wasm Build pic12](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build12.png)