From ac1693c2d5d7cc671d79526b38f1c87fd273a528 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jimmy=20Wa=CC=88rting?= Date: Wed, 16 Jun 2021 01:39:17 +0200 Subject: [PATCH] Updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a646a25..ef7ffea 100644 --- a/README.md +++ b/README.md @@ -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.