From 43b7a5effb66c7719e1d3ebdb56fc1fde285a693 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Fri, 20 Feb 2015 13:47:57 -0500 Subject: [PATCH] README: fix headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4153053..2633611 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ Overview --------- +======== Extend the upstream golang stdlib `archive/tar` library, to expose the raw bytes of the TAR, rather than just the marshalled headers and file stream. @@ -9,7 +9,7 @@ and the raw file payload, one could reassemble the original archive. Caveat -====== +------ Eventually this should detect TARs that this is not possible with. @@ -23,13 +23,13 @@ precise reassembly is not possible. Contract -======== +-------- Do not break the API of stdlib `archive/tar` License -======= +------- See LICENSE