Skip to content

Commit 57dbc9d

Browse files
authored
docs: update naming in README
[skip ci]
1 parent 3ee2531 commit 57dbc9d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ npm i memfs
1717

1818
- Documentation
1919
- [In-memory Node.js `fs` API](./docs/node/index.md)
20-
- [In-memory browser FSA (File System Access) API](./docs/fsa/fsa.md)
21-
- [`fs` to File System Access API adapter](./docs/fsa/fs-to-fsa.md)
22-
- [File System Access API to `fs` adapter](./docs/fsa/fsa-to-fs.md)
20+
- [In-memory browser File System (Access) API](./docs/fsa/fsa.md)
21+
- [`fs` to File System (Access) API adapter](./docs/fsa/fs-to-fsa.md)
22+
- [File System (Access) API to `fs` adapter](./docs/fsa/fsa-to-fs.md)
2323
- `experimental` [`crudfs` a CRUD-like file system abstraction](./docs/crudfs/index.md)
2424
- `experimental` [`casfs` Content Addressable Storage file system abstraction](./docs/casfs/index.md)
2525
- [Directory `snapshot` utility](./docs/snapshot/index.md)

0 commit comments

Comments
 (0)