diff --git a/experimental/web_file_system/README.md b/experimental/web_file_system/README.md index 15bb638..83d2677 100644 --- a/experimental/web_file_system/README.md +++ b/experimental/web_file_system/README.md @@ -28,13 +28,13 @@ graph TD end subgraph Metadata ["IndexedDB (IdbInodeService)"] - DB[(WebFileSystemDB)] - Inodes[Inode Table: parentId index] + DB["WebFileSystemDB"] + Inodes["Inode Table: parentId index"] end subgraph DataBlocks ["OPFS (OpfsBlockStore)"] - BlocksDir[/.blocks/ Directory] - RawData[[UUID Data Blobs]] + BlocksDir["/.blocks/ Directory"] + RawData["UUID Data Blobs"] end FS -->|Lookup / Resolve| Metadata