@@ -15,15 +15,12 @@ npm i memfs
1515
1616## Resources
1717
18- - Documentation
19- - [ In-memory Node.js ` fs ` API] ( ./docs/node/index.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 )
23- - ` experimental ` [ ` crudfs ` a CRUD-like file system abstraction] ( ./docs/crudfs/index.md )
24- - ` experimental ` [ ` casfs ` Content Addressable Storage file system abstraction] ( ./docs/casfs/index.md )
25- - [ Directory ` snapshot ` utility] ( ./docs/snapshot/index.md )
26- - [ ` print ` directory tree to terminal] ( ./docs/print/index.md )
18+ - [ In-memory Node.js ` fs ` API] ( ./docs/node/index.md )
19+ - [ In-memory browser File System (Access) API] ( ./docs/fsa/fsa.md )
20+ - [ ` fs ` to File System (Access) API adapter] ( ./docs/fsa/fs-to-fsa.md )
21+ - [ File System (Access) API to ` fs ` adapter] ( ./docs/fsa/fsa-to-fs.md )
22+ - [ Directory ` snapshot ` utility] ( ./docs/snapshot/index.md )
23+ - [ ` print ` directory tree to terminal] ( ./docs/print/index.md )
2724- [ Code reference] ( https://streamich.github.io/memfs/ )
2825- [ Test coverage] ( https://streamich.github.io/memfs/coverage/lcov-report/ )
2926
@@ -34,7 +31,6 @@ npm i memfs
3431- [ Git on in-memory file system] ( demo/git/README.md )
3532- [ ` fs ` in browser, creates a ` .tar ` file in real folder] ( demo/fsa-to-node-zipfile/README.md )
3633- [ ` fs ` in browser, synchronous API, writes to real folder] ( demo/fsa-to-node-sync-tests/README.md )
37- - [ ` crudfs ` and ` casfs ` in browser and Node.js interoperability] ( demo/crud-and-cas/README.md )
3834
3935## See also
4036
0 commit comments