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

Commit d2fa958

Browse files
committed
fix readme
1 parent c5d3fb3 commit d2fa958

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,6 @@ curl 'http://localhost:5001/api/v0/object/get?arg=QmYEqnfCZp7a39Gxrgyv3qRS4MoCTG
231231
ipfs.files.mkdir(<folderName>, function (err) {})
232232
```
233233

234-
<<<<<<< b7595adb6e402164a28c2ec8193249182e62b592
235-
<<<<<<< 4308ddc1ef008e123922a46bad67f5ad758e66fb
236234
##### cp
237235

238236
```JavaScript
@@ -326,12 +324,7 @@ ipfs.files.read(<path>, function (err, res) {
326324
##### write
327325

328326
##### mv
329-
<<<<<<< b7595adb6e402164a28c2ec8193249182e62b592
330327
curl "http://localhost:5001/api/v0/files/mkdir?arg=%2Ffolder4"
331-
>>>>>>> files api tests
332-
=======
333328

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

0 commit comments

Comments
 (0)