minor typo

This commit is contained in:
Yann Collet 2016-11-10 18:02:56 -08:00
parent 7d2e4b3cfe
commit c72d2f5b10

View File

@ -1,5 +1,5 @@
gen_manual - a program for automatic generation of lz4 manual
=============================================================
gen_manual - a program for automatic generation of manual from source code
==========================================================================
#### Introduction
@ -24,7 +24,7 @@ The program requires 3 parameters:
gen_manual [lz4_version] [input_file] [output_html]
```
To compile program and generate lz4 manual we have used:
To compile program and generate lz4 manual we have used:
```
make
./gen_manual.exe 1.7.3 ../../lib/lz4.h lz4_manual.html