From 1b6dcf03c51fabbe3091c202d47fe285d69a175d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Kr=C3=BCger?= Date: Wed, 29 Nov 2023 23:31:39 +0100 Subject: [PATCH] chore: Fix typo --- wnfs-unixfs-file/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wnfs-unixfs-file/README.md b/wnfs-unixfs-file/README.md index c85d856d..09cf643d 100644 --- a/wnfs-unixfs-file/README.md +++ b/wnfs-unixfs-file/README.md @@ -31,7 +31,7 @@ ## -This Rust crate provides an implementation of UnixFs files. WNFS uses the UnixFs file encoding purely to chunk big byte arrays into multiple blocks and produce a single CID for them to link to from WNFS sttuctures. +This Rust crate provides an implementation of UnixFs files. WNFS uses the UnixFs file encoding purely to chunk big byte arrays into multiple blocks and produce a single CID for them to link to from WNFS structures. This crate is a fork from beetle (previously "iroh")'s [iroh-unixfs crate](https://github.com/n0-computer/beetle/tree/3e137cb2bc18e1d458c3f72d5e817b03d9537d5d/iroh-unixfs).