Skip to content

Commit 3d5bce8

Browse files
authored
Update guide-fs.md
1 parent a8a8241 commit 3d5bce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide-fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_label: Bring Your Own FS
77
The "isomorphic" in isomorphic-git means it works equally well on the server or the browser.
88
This is hard to do since git uses the file system, and browsers do not have access to the file system.
99
So rather than relying on a particular filesystem module, isomorphic-git is BYOFS (Bring Your Own File System).
10-
When running commands that need a "file system", you pass in an `fs` module as an argument.
10+
You use isomorphic-git's plugin system to bring your filesystem to it.
1111

1212
## Node's fs
1313

0 commit comments

Comments
 (0)