From 6d003f0f27f6821324932ff5bcc5ddd8137c2fb6 Mon Sep 17 00:00:00 2001 From: Till Maas Date: Tue, 12 Nov 2019 15:04:22 +0100 Subject: [PATCH] README: Fix markdown syntax --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 3eb42b84..78fd5392 100644 --- a/README.markdown +++ b/README.markdown @@ -1,9 +1,9 @@ -#Image Factory# +# Image Factory # Image Factory enables appliance creation and deployment to multiple virtualization and Cloud providers. -##Features## +## Features ## * Build guest images for a growing list of operating system and cloud combinations. * Current guest OS support: Fedora 7-19, RHEL 5.x and 6.x * Current cloud support: Red Hat Enterprise Virtualization, VMware vSphere, Amazon EC2, Rackspace, OpenStack, and more... @@ -11,7 +11,7 @@ and Cloud providers. * RESTful API makes integrating Image Factory into existing workflows simple. -##Using Image Factory## +## Using Image Factory ## Building an image begins with a template describing what to build. See an example of such a template below. See the [schema documentation for TDL](http://imgfac.org/documentation/tdl/TDL.html) for more detail on creating a template. Note that a template is **not** tied to @@ -45,7 +45,7 @@ push the image into the cloud. That's it! You can now launch an instance of this image using the cloud provider's management console. -##Installing Image Factory## +## Installing Image Factory ## Installing Image Factory is quick and easy. See the [imagefactory rpm installation](http://imgfac.org/documentation/install.html#rpm) instructions for more detail.