Fix README headings

This commit is contained in:
Roderick Sheeter
2014-11-18 13:01:06 -08:00
parent 91c9189324
commit 050a3a05c2
+4 -4
View File
@@ -8,14 +8,14 @@ woff2/ contains the C++ code for compressing and decompressing fonts.
docs/ contains documents describing the proposed compression format. docs/ contains documents describing the proposed compression format.
= Build & Run = # Build & Run
This document documents how to run the compression reference code. At this 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 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 reconstructed into a working font, the reference decompression code is not
done, and the exact format of that bytestream is subject to change. done, and the exact format of that bytestream is subject to change.
== Build == ## Build
On a standard Unix-style environment: On a standard Unix-style environment:
@@ -28,14 +28,14 @@ cd woff2
make clean all make clean all
``` ```
== Run == ## Run
``` ```
woff2_compress myfont.ttf woff2_compress myfont.ttf
woff2_decompress myfont.woff2 woff2_decompress myfont.woff2
``` ```
= References = # References
http://www.w3.org/TR/WOFF2/ http://www.w3.org/TR/WOFF2/
http://www.w3.org/Submission/MTX/ http://www.w3.org/Submission/MTX/