From 050a3a05c290050103f8769d83344c7aae888714 Mon Sep 17 00:00:00 2001 From: Roderick Sheeter Date: Tue, 18 Nov 2014 13:01:06 -0800 Subject: [PATCH] Fix README headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ed5906e..ee76801 100644 --- a/README.md +++ b/README.md @@ -8,14 +8,14 @@ woff2/ contains the C++ code for compressing and decompressing fonts. docs/ contains documents describing the proposed compression format. -= Build & Run = +# Build & Run This document documents how to run the compression reference code. At this writing, the code, while it is intended to produce a bytestream that can be reconstructed into a working font, the reference decompression code is not done, and the exact format of that bytestream is subject to change. -== Build == +## Build On a standard Unix-style environment: @@ -28,14 +28,14 @@ cd woff2 make clean all ``` -== Run == +## Run ``` woff2_compress myfont.ttf woff2_decompress myfont.woff2 ``` -= References = +# References http://www.w3.org/TR/WOFF2/ http://www.w3.org/Submission/MTX/