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

Commit 0675696

Browse files
committed
Merge branch 'master' of github.com:ipfs/node-ipfs-api
2 parents 90bc581 + e2abec9 commit 0675696

File tree

7 files changed

+16647
-22651
lines changed

7 files changed

+16647
-22651
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ var files = "../files/hello.txt"
8989

9090
**Curl**
9191
```
92-
curl 'http://localhost:5001/api/v0/add?stream-cannels=true' \
92+
curl 'http://localhost:5001/api/v0/add?stream-channels=true' \
9393
-H 'content-type: multipart/form-data; boundary=a831rwxi1a3gzaorw1w2z49dlsor' \
9494
-H 'Connection: keep-alive' \
9595
--data-binary $'--a831rwxi1a3gzaorw1w2z49dlsor\r\nContent-Type: application/octet-stream\r\nContent-Disposition: file; name="file"; filename="Hello.txt"\r\n\r\nhello--a831rwxi1a3gzaorw1w2z49dlsor--' --compressed

0 commit comments

Comments
 (0)