Skip to content

Commit

Permalink
Clarify that rename() only applies to a single entry
Browse files Browse the repository at this point in the history
  • Loading branch information
lejeunerenard committed Oct 16, 2024
1 parent bcae158 commit 51582cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)`

Expand Down

0 comments on commit 51582cb

Please sign in to comment.