Skip to content

Commit 0e3010b

Browse files
docs phrasing
1 parent c579d85 commit 0e3010b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/fuse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ ipfs daemon --mount
109109

110110
## MFS mountpoint
111111

112-
Since kubo release v0.35.0, it supports mounting the MFS(Mutable File System)
113-
root as a FUSE filesystem at `/mfs`, which enables you to manipulate
114-
content-addressed data like regular files. The CID of a file/directory is
115-
retrievable via the `ipfs_cid` extended attribute.
112+
Kubo v0.35.0 and later supports mounting the MFS (Mutable File System) root as
113+
a FUSE filesystem, enabling manipulation of content-addressed data like regular
114+
files. The CID for any file or directory is retrievable via the `ipfs_cid`
115+
extended attribute.
116116

117117
```sh
118118
getfattr -n ipfs_cid /mfs/welcome-to-IPFS.jpg

0 commit comments

Comments
 (0)