diff --git a/_posts/2017-06-30-Dreadlocks.md b/_posts/2017-06-30-Dreadlocks.md
index c472da7..1dd25da 100644
--- a/_posts/2017-06-30-Dreadlocks.md
+++ b/_posts/2017-06-30-Dreadlocks.md
@@ -54,7 +54,7 @@ With the goal of getting Dex to the Windows Store in mind, we started the projec
-Details of each step are described further in this report.
+Details of each step are described in this report.
### Generating an app package
@@ -78,13 +78,14 @@ Advanced Installer provides a manifest interface that does not differ much from
![Advanced Installer - Capabilities]({{ site.baseurl }}/images/Dreadlocks/AI-4-capabilities.jpg)
+
+
### Signing
For store distribution, the app package doesn't have to be signed before uploading to the Dev Center portal because the publishing process handles it for developers. To test the package locally, though, it needs to be signed with a trusted certificate. When it isn't, Windows doesn't allow installation:
![Untrusted Certificate]({{ site.baseurl }}/images/Dreadlocks/untrusted-cert.png)
-
**This message basically states that a trusted certificate is missing for this package. Specifically, the root cert is not trusted.**
@@ -320,7 +321,7 @@ Image reference "Assets\Square71x71Logo.png": The image "c:\program files\window
This was a strange error, given that all assets were set and generated from the Advanced Installer. After a closer investigation, we found out that all images marked as incorrect are **exactly 1 pixel off** the required size.
-**Eventually we found out that this is a known issue of WACK and is safe to ignore.**
+Eventually we found out that **this is a known issue of WACK** and is safe to ignore.
@@ -371,10 +372,11 @@ The game had to be tested before going public on the Windows Store, so Dreadlock
-
The last option says: *Hide this app and prevent acquisition. Customers with a direct link can see the app's listing, but can only download the app if they have a promotional code and are using a Windows 10 device.*
+
+
Then we generated **Promo codes** from the **Attract** section of Developer Dashboard.
![promo-codes]({{ site.baseurl }}/images/Dreadlocks/promo-codes.png)