From 5fae4e47493f99b1c5a22da3ec34a0ce8d14e4a3 Mon Sep 17 00:00:00 2001 From: Joseph Spurrier Date: Tue, 24 Nov 2015 07:23:58 -0500 Subject: [PATCH] Fixed readme layout --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index df2ae20..ded3220 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Microsoft Windows File Properties/Version Info and Icon Resource Generator for t Package creates a syso file which contains Microsoft Windows Version Information and an optional icon. When you run "go build", Go will embed the version information and icon in the executable. Go will automatically use the syso file if it's in the same directory as the main() function. Example of the file properties you can set using this package: + ![Image of File Properties](http://josephspurrier.com/images/versioninfo.jpg) ## Usage