From 6416b0d7052e48fe24206efcd26db06f9daa55de Mon Sep 17 00:00:00 2001 From: inikep Date: Mon, 29 Aug 2016 13:04:26 +0200 Subject: [PATCH] updated README.md --- lib/README.md | 2 +- programs/README.md | 4 ++-- projects/README.md | 4 ++-- projects/build/README.md | 3 +++ tests/README.md | 4 ++-- zlibWrapper/README.md | 2 +- 6 files changed, 11 insertions(+), 8 deletions(-) diff --git a/lib/README.md b/lib/README.md index f6dbc4181..efcbdc616 100644 --- a/lib/README.md +++ b/lib/README.md @@ -1,4 +1,4 @@ -zstd - library files +Zstandard library files ================================ The __lib__ directory contains several directories. diff --git a/programs/README.md b/programs/README.md index 9bd1e71b3..203fd7b49 100644 --- a/programs/README.md +++ b/programs/README.md @@ -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: diff --git a/projects/README.md b/projects/README.md index 6353623ba..39742fb1a 100644 --- a/projects/README.md +++ b/projects/README.md @@ -1,5 +1,5 @@ -projects for various integrated development environments (IDE) -================================ +Projects for various integrated development environments (IDE) +============================================================== #### Included projects diff --git a/projects/build/README.md b/projects/build/README.md index e1658493d..3942e3811 100644 --- a/projects/build/README.md +++ b/projects/build/README.md @@ -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 diff --git a/tests/README.md b/tests/README.md index 0d64c98df..79c067abb 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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 diff --git a/zlibWrapper/README.md b/zlibWrapper/README.md index 272f7b99c..3a39f00ae 100644 --- a/zlibWrapper/README.md +++ b/zlibWrapper/README.md @@ -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.