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

Commit d8a0d0b

Browse files
authored
Update FILES.md
1 parent 9459cd0 commit d8a0d0b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

SPEC/FILES.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ Returns a Readable Stream of class Duplex, where objects can be written of the f
8686
- progress (function): a function that will be called with the byte length of chunks as a file is added to ipfs.
8787
- hashAlg || hash (string): multihash hashing algorithm to use
8888

89-
If no `callback` is passed, a promise is returned.
90-
9189
**Example:**
9290

9391
```JavaScript
@@ -136,8 +134,6 @@ Returns a Pull Stream, where objects can be written of the forms
136134
- progress (function): a function that will be called with the byte length of chunks as a file is added to ipfs.
137135
- hashAlg || hash (string): multihash hashing algorithm to use
138136

139-
If no `callback` is passed, a promise is returned.
140-
141137
**Example:**
142138

143139
```JavaScript

0 commit comments

Comments
 (0)