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

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 27, 2015
1 parent c5d3fb3 commit d2fa958
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ curl 'http://localhost:5001/api/v0/object/get?arg=QmYEqnfCZp7a39Gxrgyv3qRS4MoCTG
ipfs.files.mkdir(<folderName>, function (err) {})
```

<<<<<<< b7595adb6e402164a28c2ec8193249182e62b592
<<<<<<< 4308ddc1ef008e123922a46bad67f5ad758e66fb
##### cp

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

##### mv
<<<<<<< b7595adb6e402164a28c2ec8193249182e62b592
curl "http://localhost:5001/api/v0/files/mkdir?arg=%2Ffolder4"
>>>>>>> files api tests
=======

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

0 comments on commit d2fa958

Please sign in to comment.