This repository was archived by the owner on Mar 10, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -164,10 +164,10 @@ $ ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods "[\"PUT\", \"P
164164 - [` ipfs .files .add (data, [options], [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#add). Alias to ` ipfs .add ` .
165165 - [` ipfs .files .addReadableStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addreadablestream)
166166 - [` ipfs .files .addPullStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#addpullstream)
167- - [` ipfs .files .cat (ipfsPath, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat). Alias to ` ipfs .cat ` .
167+ - [` ipfs .files .cat (ipfsPath, [options], [ callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat). Alias to ` ipfs .cat ` .
168168 - [` ipfs .files .catReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catreadablestream)
169169 - [` ipfs .files .catPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catpullstream)
170- - [` ipfs .files .get (ipfsPath, [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get). Alias to ` ipfs .get ` .
170+ - [` ipfs .files .get (ipfsPath, [options], [ callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get). Alias to ` ipfs .get ` .
171171 - [` ipfs .files .getReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream)
172172 - [` ipfs .files .getPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream)
173173 - ` ipfs .ls `
You can’t perform that action at this time.
0 commit comments