From 9471f744106feedecf5eb8315f672bbb71612b6c Mon Sep 17 00:00:00 2001 From: James Date: Tue, 7 May 2024 16:13:51 -0500 Subject: [PATCH] Fixed spelling for clarity --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4f5f599..bd77a29 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ - `WebStorage`: Stores files in a `Storage` object, like `localStorage` and `sessionStorage`. - `IndexedDB`: Stores files into an `IndexedDB` object database. -- `WebAccess`: Store files using the [Web File System API](https://developer.mozilla.org/Web/API/File_System_API). +- `WebAccess`: Store files using the [File System Access API](https://developer.mozilla.org/Web/API/File_System_API). For more information, see the [API documentation](https://zen-fs.github.io/dom).