diff --git a/src/ThisAssembly.Resources/readme.md b/src/ThisAssembly.Resources/readme.md
index d83a3e5a..57684ecd 100644
--- a/src/ThisAssembly.Resources/readme.md
+++ b/src/ThisAssembly.Resources/readme.md
@@ -37,21 +37,14 @@ Optionally, you can specify the `Kind` metadata for a specific `EmbeddedResource
treated as a text file:
```xml
+
+
```
You can also add a `Comment` item metadata attribute, which will be used as the `` XML
doc for the generated member.
-## Customizing the generated code
-
-The following MSBuild properties can be used to customize the generated code:
-
-| Property | Description |
-|-------------------------|------------------------------------------------------------------------------------------------------|
-| ThisAssemblyNamespace | Sets the namespace of the generated `ThisAssembly` root class. If not set, it will be in the global namespace. |
-| ThisAssemblyVisibility | Sets the visibility modifier of the generated `ThisAssembly` root class. If not set, it will be internal. |
-
## Adding dynamic resources
You can also provide additional embedded resources dynamically, by running a target before
@@ -65,6 +58,15 @@ You can also provide additional embedded resources dynamically, by running a tar
```
+## Customizing the generated code
+
+The following MSBuild properties can be used to customize the generated code:
+
+| Property | Description |
+|-------------------------|------------------------------------------------------------------------------------------------------|
+| ThisAssemblyNamespace | Sets the namespace of the generated `ThisAssembly` root class. If not set, it will be in the global namespace. |
+| ThisAssemblyVisibility | Sets the visibility modifier of the generated `ThisAssembly` root class. If not set, it will be internal. |
+
\ No newline at end of file