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

Commit 2d6778c

Browse files
committed
fix readme
1 parent c5d3fb3 commit 2d6778c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,8 @@ ipfs.files.read(<path>, function (err, res) {
326326
##### write
327327

328328
##### mv
329-
<<<<<<< b7595adb6e402164a28c2ec8193249182e62b592
329+
330330
curl "http://localhost:5001/api/v0/files/mkdir?arg=%2Ffolder4"
331-
>>>>>>> files api tests
332-
=======
333331

334332
```JavaScript
335333
ipfs.files.mv([<pathSrc>, <pathDst>], function (err) {})
336-
```
337-
>>>>>>> add readme documentation for files

0 commit comments

Comments
 (0)