From d3c253ad295e0fb63f92752782830a070e055949 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 14 Dec 2016 09:45:38 -0800 Subject: [PATCH] [Spec.md] Split title onto two lines This should fix the hyphenation of the word "Specification" in the PDF version. Signed-off-by: Rob Dolin --- spec.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec.md b/spec.md index 07f7a52f1..87c0962c0 100644 --- a/spec.md +++ b/spec.md @@ -1,4 +1,5 @@ -# Open Container Initiative Image Format Specification +# Open Container Initiative +# Image Format Specification This specification defines an OCI Image, consisting of a [manifest](manifest.md), a set of [filesystem layers](layer.md), and a [configuration](config.md).