This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -238,10 +238,10 @@ A complete API definition is in the works. Meanwhile, you can learn how to you u
238
238
- [ ` ipfs.files.add(data, [options], [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#add )
239
239
- [ ` ipfs.files.addReadableStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addreadablestream )
240
240
- [ ` ipfs.files.addPullStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addpullstream )
241
- - [ ` ipfs.files.cat(ipfsPath, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat )
241
+ - [ ` ipfs.files.cat(ipfsPath, [options], [ callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat )
242
242
- [ ` ipfs.files.catReadableStream(ipfsPath, [options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catreadablestream )
243
- - [ ` ipfs.files.catPullStream(ipfsPathm , [options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catpullstream )
244
- - [ ` ipfs.files.get(ipfsPath, [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get )
243
+ - [ ` ipfs.files.catPullStream(ipfsPath , [options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catpullstream )
244
+ - [ ` ipfs.files.get(ipfsPath, [options], [ callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get )
245
245
- [ ` ipfs.files.getReadableStream(ipfsPath, [options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream )
246
246
- [ ` ipfs.files.getPullStream(ipfsPath, [options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream )
247
247
You can’t perform that action at this time.
0 commit comments