From 9052dc19db846172451bf8dd8acd29f6e39571e8 Mon Sep 17 00:00:00 2001 From: James P Date: Wed, 20 Mar 2024 16:43:03 -0500 Subject: [PATCH] Improved clarity --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bef040386..83e5d91a8 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ await configure({ > When configuring a mount point, you can pass in > 1. A string that maps to a built-in backend > 2. A `Backend` object, if the backend has no required options -> 3. An object that has a `backend` property which is a `Backend` or a string that maps to a built-in backend and the options accepted by the backend +> 3. An object that has the options accepted by the backend and a `backend` property which is (1) or (2) Here is an example that mounts the `Storage` backend from `@browserfs/dom` on `/`: