From bc3a09a5011fe2df3b7b3b3490efee6c0274817a Mon Sep 17 00:00:00 2001 From: Sean Zellmer Date: Sat, 9 Aug 2025 18:43:23 -0500 Subject: [PATCH] Note that purge() is unimplemented in Hypercore 11 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23e29a15..f7fb2191 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ A `blobs: ` option can be passed in if you know the corresponding blobs #### `await drive.purge()` -Purge both cores (db and blobs) from your storage, completely removing all the drive's data. +Purge both cores (db and blobs) from your storage, completely removing all the drive's data. Currently unimplemented in Hypercore 11. #### `await drive.symlink(path, linkname)`