Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmywarting committed Jun 15, 2021
1 parent 7386a23 commit ac1693c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ At a high level what we're providing is several bits:

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

* `node`: Interact with filesystem using nodes `fs`
* `node`: Interact with filesystem using NodeJS `fs`
* `deno`: Interact with filesystem using Deno
* `native`: Stores files the `Native Sandboxed` file file system storage
* `Sandbox`: Stores files into the Blinks `Sandboxed FileSystem` API.
* `IndexedDB`: Stores files into the browser's `IndexedDB` object database.
Expand Down

0 comments on commit ac1693c

Please sign in to comment.