Skip to content

Commit 57a1f80

Browse files
committed
update README.md [ci skip]
1 parent c87d2b8 commit 57a1f80

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ TranscodingStreams.jl
1212
[codecov-url]: http://codecov.io/github/bicycle1885/TranscodingStreams.jl?branch=master
1313
[docs-latest-img]: https://img.shields.io/badge/docs-latest-blue.svg
1414
[docs-latest-url]: https://bicycle1885.github.io/TranscodingStreams.jl/latest/
15+
16+
TranscodingStreams.jl is a package for transcoding data streams. Transcoding can
17+
be any codec. For example, following packages define lossless compression and
18+
decompression codecs:
19+
- [CodecZlib.jl](https://github.com/bicycle1885/CodecZlib.jl)
20+
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
21+
- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Codecs are defined in other packages listed below:
2525
- `ZlibDecompression` (`ZlibDecompressionStream`)
2626
- `DeflateCompression` (`DeflateCompressionStream`)
2727
- `DeflateDecompression` (`DeflateDecompressionStream`)
28-
- [CodecZngstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
28+
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
2929
- `ZstdCompression` (`ZstdCompressionStream`)
3030
- `ZstdDecompression` (`ZstdDecompressionStream`)
3131
- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)

0 commit comments

Comments
 (0)