@@ -164,12 +164,12 @@ $ 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 (multihash , [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat). Alias to ` ipfs .cat ` .
168- - [` ipfs .files .catReadableStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catreadablestream)
169- - [` ipfs .files .catPullStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catpullstream)
170- - [` ipfs .files .get (hash , [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#get). Alias to ` ipfs .get ` .
171- - [` ipfs .files .getReadableStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream)
172- - [` ipfs .files .getPullStream ([options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream)
167+ - [` ipfs .files .cat (ipfsPath , [callback])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#cat). Alias to ` ipfs .cat ` .
168+ - [` ipfs .files .catReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#catreadablestream)
169+ - [` 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 ` .
171+ - [` ipfs .files .getReadableStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getreadablestream)
172+ - [` ipfs .files .getPullStream (ipfsPath, [options])` ](https://github.com/ipfs/interface-ipfs-core/tree/master/SPEC/FILES.md#getpullstream)
173173 - ` ipfs .ls `
174174 - MFS (mutable file system) specific:
175175 - ` ipfs .files .cp `
0 commit comments