From a367220f97465e1688f0d884874ff6032e068650 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Fri, 12 Jun 2020 14:01:01 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6046596..2ca6635 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Minimal LZMA Project (`minlzma`) -[](minlzma.png) +[](minlzma.png) The Minimal LZMA (`minlzma`) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (`minlzlib`) for decompressing LZMA2-encapsulated compressed data in LZMA format within an XZ container, as can be generated with Python 3.6, 7-zip, and xzutils. Additionally, a simple, portable, command-line tool (`minlzdec`) is provided for excercising the functionality on a provided input file. # External Interface