We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ad6001 commit b7fc9e8Copy full SHA for b7fc9e8
packages/ipfs-core-types/src/files/index.d.ts
@@ -79,7 +79,7 @@ export interface API<OptionExtension = {}> {
79
* await ipfs.files.rm('/my/beautiful/file.txt')
80
*
81
* // To remove multiple files
82
- * await ipfs.files.rm('/my/beautiful/file.txt', '/my/other/file.txt')
+ * await ipfs.files.rm(['/my/beautiful/file.txt', '/my/other/file.txt'])
83
84
* // To remove a directory
85
* await ipfs.files.rm('/my/beautiful/directory', { recursive: true })
0 commit comments