Skip to content

Commit b031bc2

Browse files
committed
rename Raw* to Deflate*
1 parent 89ce2fe commit b031bc2

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
@@ -15,8 +15,8 @@ listed below:
1515
- `GzipDecompression` (`GzipDecompressionStream`)
1616
- `ZlibCompression` (`ZlibCompressionStream`)
1717
- `ZlibDecompression` (`ZlibDecompressionStream`)
18-
- `RawCompression` (`RawCompressionStream`)
19-
- `RawDecompression` (`RawDecompressionStream`)
18+
- `DeflateCompression` (`DeflateCompressionStream`)
19+
- `DeflateDecompression` (`DeflateDecompressionStream`)
2020
- [CodecZstd.jl](https://github.com/bicycle1885/CodecZstd.jl)
2121
- `ZstdCompression` (`ZstdCompressionStream`)
2222
- `ZstdDecompression` (`ZstdDecompressionStream`)

0 commit comments

Comments
 (0)