diff --git a/installsystems/image.py b/installsystems/image.py
index 5c7fd14ae4cbc87b18f70c23e84d9322d38d75fc..b5cc6112022aafdf1473bbbf78402a66ef79f9e8 100644
--- a/installsystems/image.py
+++ b/installsystems/image.py
@@ -117,7 +117,7 @@ class SourceImage(Image):
                 "version": "1",
                 "description": "",
                 "author": "",
-                "min_is_version": installsystems.version}}
+                "is_min_version": installsystems.version}}
         # create changelog example from template
         examples["changelog"] = {"path": "changelog", "content": istemplate.changelog}
         # create parser example from template
diff --git a/installsystems/template.py b/installsystems/template.py
index 6b0b50b3bdf7573afc7498fdc9eeda698ccab7d5..10755ee38ace573ac1f00214b1ed307bdf7326ac 100644
--- a/installsystems/template.py
+++ b/installsystems/template.py
@@ -7,7 +7,7 @@ name = %(name)s
 version = %(version)s
 description = %(description)s
 author = %(author)s
-min_is_version = %(min_is_version)s
+is_min_version = %(is_min_version)s
 """
 
 changelog = u"""[1]