Skip to content

Commit 74a62d9

Browse files
committed
revert update of Readme Path in lib.rs
1 parent 3a6d945 commit 74a62d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruzstd/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//! Compression can be achieved by using the [`encoding::compress`]/[`encoding::compress_to_vec`]
1111
//! functions or [`encoding::FrameCompressor`]
1212
//!
13-
#![doc = include_str!("../Readme.md")]
13+
#![doc = include_str!("../../Readme.md")]
1414
#![no_std]
1515
#![deny(trivial_casts, trivial_numeric_casts, rust_2018_idioms)]
1616

0 commit comments

Comments
 (0)