@@ -238,12 +238,12 @@ 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(multihash , [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat )
242
- - [ ` ipfs.files.catReadableStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catreadablestream )
243
- - [ ` ipfs.files.catPullStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catpullstream )
244
- - [ ` ipfs.files.get(hash , [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get )
245
- - [ ` ipfs.files.getReadableStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream )
246
- - [ ` ipfs.files.getPullStream([options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream )
241
+ - [ ` ipfs.files.cat(ipfsPath , [callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat )
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 )
245
+ - [ ` ipfs.files.getReadableStream(ipfsPath, [options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream )
246
+ - [ ` ipfs.files.getPullStream(ipfsPath, [options]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream )
247
247
248
248
- [ block] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md )
249
249
- [ ` ipfs.block.get(cid, [options, callback]) ` ] ( https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/BLOCK.md#get )
0 commit comments