]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated README.md 307/head
authorinikep <inikep@gmail.com>
Mon, 29 Aug 2016 11:04:26 +0000 (13:04 +0200)
committerinikep <inikep@gmail.com>
Mon, 29 Aug 2016 11:04:26 +0000 (13:04 +0200)
lib/README.md
programs/README.md
projects/README.md
projects/build/README.md
tests/README.md
zlibWrapper/README.md

index f6dbc418172c05b28c0537f6cf0e95b0b7ed4f2d..efcbdc616d69d42ad54e939755ce3e10250c3c5b 100644 (file)
@@ -1,4 +1,4 @@
-zstd - library files
+Zstandard library files
 ================================
 
 The __lib__ directory contains several directories.
index 9bd1e71b39cc6bdda7c974adaef3a44c4a4c9b2e..203fd7b49bcee0300516a2a94c390e0b2dcf66f5 100644 (file)
@@ -1,5 +1,5 @@
-zstd - Command Line Interface
-================================
+Command Line Interface for Zstandard library
+============================================
 
 Command Line Interface (CLI) can be created using the `make` command without any additional parameters.
 There are however other Makefile targets that create different variations of CLI:
index 6353623baed349b37b153aa12ac4ff936215122b..39742fb1a32fcf61156ec8215f6551bb9f4da982 100644 (file)
@@ -1,5 +1,5 @@
-projects for various integrated development environments (IDE)
-================================
+Projects for various integrated development environments (IDE)
+==============================================================
 
 #### Included projects
 
index e1658493db507cbc061d7b001a7879544be7a957..3942e381176c93d3744627104b57da6b022ae652 100644 (file)
@@ -1,3 +1,6 @@
+Command line scripts for Visual Studio compilation without IDE
+==============================================================
+
 Here are a few command lines for reference :
 
 ### Build with Visual Studio 2013 for msvcr120.dll
index 0d64c98df05ebafcd43f9d152f3321e797f53343..79c067abbd67934d1d7b56c7aa06ade9853edb10 100644 (file)
@@ -1,5 +1,5 @@
-programs and scripts for automated testing of zstd
-================================
+Programs and scripts for automated testing of Zstandard
+=======================================================
 
 This directory contains the following programs and scripts:
 - `datagen` : Synthetic and parametrable data generator, for tests
index 272f7b99c0ec0aec7c585a7e149441c2f27604f7..3a39f00ae715a15df497ff6ace31fb66524f906c 100644 (file)
@@ -1,4 +1,4 @@
-zstd wrapper for zlib
+Zstandard wrapper for zlib
 ================================
 
 The main objective of creating a zstd wrapper for [zlib](http://zlib.net/) is to allow a quick and smooth transition to zstd for projects already using zlib.