diff --git a/application/source/defaults.go b/application/source/defaults.go
index b959a9b8bf8c8ee0f14249b061d6f93a00cdc435..29f1773f1f5d2cf6e140ef39d6ac7ee59487a6d7 100644
--- a/application/source/defaults.go
+++ b/application/source/defaults.go
@@ -25,7 +25,7 @@ block-headings: true
 {{.Privacy}}
 
 {{ end}}{{ if .HasMeta }} 
-## Build
+## Overview
 
 {{.Meta}}
 
@@ -40,9 +40,9 @@ block-headings: true
 {{.Items}}
 
 {{ end}}{{ if .HasRequirements }} 
-## Documents
+## Requirements
 
-{{.Documents}}
+{{.Requirements}}
 
 {{ end}}
 
diff --git a/release.json b/release.json
index 865dc641a20febd9813d527dba69dbd24f20c7e6..e972d4b2ef84230878b4009155875196cf1b7602 100644
--- a/release.json
+++ b/release.json
@@ -1,3 +1,3 @@
 {
-  "version": "1.0.37"
+  "version": "1.0.38"
 }
\ No newline at end of file