Add README.md as table of contents

This commit is contained in:
Takayuki MATSUOKA 2015-03-25 07:53:02 +09:00
parent 19665c93ea
commit 679afea730

7
examples/README.md Normal file
View File

@ -0,0 +1,7 @@
# LZ4 examples
## Documents
- [Streaming API Basics](streaming_api_basics.md)
- [Double Buffer](blockStreaming_doubleBuffer.md)
- [Line by Line Text Compression](blockStreaming_lineByLine.md)