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

Commit e00bb9a

Browse files
committed
docs: fix typos on spec
1 parent 1c9b323 commit e00bb9a

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

SPEC/FILES.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,21 @@
22

33
> The files API enables users to use the File System abstraction of IPFS. There are two Files API, one at the top level, the original `add`, `cat`, `get` and `ls`, and another behind the [`files`, also known as MFS](https://github.com/ipfs/specs/issues/98). [We are currently going through a revamping process of this APIs to make them more user friendly](https://github.com/ipfs/interface-ipfs-core/issues/284).
44
5-
- [add](#add)
6-
- [addReadableStream](#addreadablestream)
7-
- [addPullStream](#addpullstream)
8-
- [addFromFs](#addFromFs)
9-
- [addFromUrl](#addFromFs)
10-
- [cat](#cat)
11-
- [catReadableStream](#filescatreadablestream)
12-
- [catPullStream](#filescatpullstream)
13-
- [get](#filesget)
14-
- [getReadableStream](#filesgetreadablestream)
15-
- [getPullStream](#filesgetpullstream)
16-
- [ls](#ls)
17-
- [lsReadableStream](#lsreadablestream)
18-
- [lsPullStream](#lspullstream)
5+
- The Regular (top level) API for add, cat, get and ls Files on IPFS
6+
- [add](#add)
7+
- [addReadableStream](#addreadablestream)
8+
- [addPullStream](#addpullstream)
9+
- [addFromFs](#addFromFs)
10+
- [addFromUrl](#addFromFs)
11+
- [cat](#cat)
12+
- [catReadableStream](#catreadablestream)
13+
- [catPullStream](#catpullstream)
14+
- [get](#get)
15+
- [getReadableStream](#getreadablestream)
16+
- [getPullStream](#getpullstream)
17+
- [ls](#ls)
18+
- [lsReadableStream](#lsreadablestream)
19+
- [lsPullStream](#lspullstream)
1920
- The Files API, aka MFS (Mutable File System)
2021
- [files.cp](#filescp)
2122
- [files.flush](#filesflush)
@@ -174,7 +175,7 @@ stream.end()
174175

175176
A great source of [examples][] can be found in the tests for this API.
176177

177-
#### `files.addPullStream`
178+
#### `addPullStream`
178179

179180
> Add files and data to IPFS using a [Pull Stream][ps].
180181

0 commit comments

Comments
 (0)