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

Commit 8c3b662

Browse files
committed
fix readme
1 parent d65fcc0 commit 8c3b662

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,6 @@ curl "http://localhost:5001/api/v0/ls?arg=<hash>&stream-channels=true"
248248
ipfs.files.mkdir(<folderName>, function (err) {})
249249
```
250250

251-
<<<<<<< b7595adb6e402164a28c2ec8193249182e62b592
252-
<<<<<<< 4308ddc1ef008e123922a46bad67f5ad758e66fb
253251
##### cp
254252

255253
```JavaScript
@@ -343,12 +341,7 @@ ipfs.files.read(<path>, function (err, res) {
343341
##### write
344342

345343
##### mv
346-
<<<<<<< b7595adb6e402164a28c2ec8193249182e62b592
347344
curl "http://localhost:5001/api/v0/files/mkdir?arg=%2Ffolder4"
348-
>>>>>>> files api tests
349-
=======
350345

351346
```JavaScript
352347
ipfs.files.mv([<pathSrc>, <pathDst>], function (err) {})
353-
```
354-
>>>>>>> add readme documentation for files

0 commit comments

Comments
 (0)