Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit b7f95e0

Browse files
committed
Tests
1 parent ee69b63 commit b7f95e0

File tree

2 files changed

+396
-3
lines changed

2 files changed

+396
-3
lines changed

Diff for: SPEC/FILES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ ipfs.files.write('/hello-world', Buffer.from('Hello, world!'), (err) => {
748748
749749
##### `Go` **WIP**
750750

751-
##### `JavaScript` - ipfs.files.cp([from, to], [callback])
751+
##### `JavaScript` - ipfs.files.mv([from, to], [callback])
752752

753753
Where:
754754

@@ -775,7 +775,7 @@ ipfs.files.mv(['/src-file', '/dst-file'], (err) => {
775775
776776
##### `Go` **WIP**
777777

778-
##### `JavaScript` - ipfs.files.cp([path, callback])
778+
##### `JavaScript` - ipfs.files.flush([path, callback])
779779

780780
Where:
781781

0 commit comments

Comments
 (0)