Skip to content

Commit ac1693c

Browse files
committed
Updated readme
1 parent 7386a23 commit ac1693c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ At a high level what we're providing is several bits:
1414

1515
This polyfill/ponyfill ships with a few backends built in:
1616

17-
* `node`: Interact with filesystem using nodes `fs`
17+
* `node`: Interact with filesystem using NodeJS `fs`
18+
* `deno`: Interact with filesystem using Deno
1819
* `native`: Stores files the `Native Sandboxed` file file system storage
1920
* `Sandbox`: Stores files into the Blinks `Sandboxed FileSystem` API.
2021
* `IndexedDB`: Stores files into the browser's `IndexedDB` object database.

0 commit comments

Comments
 (0)