From 51582cbf5a6948d251335bc2ac969dee12fdc827 Mon Sep 17 00:00:00 2001 From: Sean Zellmer Date: Wed, 16 Oct 2024 15:00:43 -0500 Subject: [PATCH] Clarify that `rename()` only applies to a single entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eb6c0e..50604b7 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ Purge both cores (db and blobs) from your storage, completely removing all the d #### `await drive.rename(oldPath, newPath, [options])` -Renames the `oldPath` entry in the drive to be `newPath`. `options` are the same as in `get`. +Renames a single `oldPath` entry in the drive to be `newPath`. `options` are the same as in `get`. #### `await drive.symlink(path, linkname)`