Skip to content

Commit

Permalink
Merge pull request #366 from wcampbell0x2a/fix-readme-backend-link
Browse files Browse the repository at this point in the history
Fix broken link on README.md
  • Loading branch information
Byron authored Jul 25, 2023
2 parents b90ec09 + ea0ad07 commit 1df4333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
A streaming compression/decompression library DEFLATE-based streams in Rust.

This crate by default uses the `miniz_oxide` crate, a port of `miniz.c` to pure
Rust. This crate also supports other [backends](#Backends), such as the widely
Rust. This crate also supports other [backends](#backends), such as the widely
available zlib library or the high-performance zlib-ng library.

Supported formats:
Expand Down

0 comments on commit 1df4333

Please sign in to comment.