Skip to content

Commit 433596f

Browse files
authored
add CodecBase.jl
1 parent ddfa860 commit 433596f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ TranscodingStreams.jl
88
[![codecov.io][codecov-img]][codecov-url]
99

1010
TranscodingStreams.jl is a package for transcoding data streams. Transcoding can
11-
be any codec. For example, following packages define lossless compression and
12-
decompression codecs:
11+
be any codec. The following packages support the interfaces of this package:
1312
- [CodecZlib.jl](https://github.com/bicycle1885/CodecZlib.jl)
1413
- [CodecBzip2.jl](https://github.com/bicycle1885/CodecBzip2.jl)
1514
- [CodecXz.jl](https://github.com/bicycle1885/CodecXz.jl)
1615
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
16+
- [CodecBase.jl](https://github.com/bicycle1885/CodecBase.jl)
1717

1818
Consult the [docs][docs-latest-url] for more details and examples.
1919

0 commit comments

Comments
 (0)