Skip to content

Commit e25e3fd

Browse files
authored
Update README.md
1 parent 1bb969b commit e25e3fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ flexibility as well as the new Context API for ease of use. Makes it easy to han
1212
assumptions about the shape of your data or the type of request.
1313

1414
- Zero dependencies
15-
- A little over 150 LOC
1615
- Works with any (native) promise
1716
- Choose between Render Props and Context-based helper components
1817
- Provides convenient `isLoading`, `startedAt` and `finishedAt` metadata
@@ -112,6 +111,8 @@ const MyComponent = () => (
112111

113112
Similarly, this allows you to set default `onResolve` and `onReject` callbacks.
114113

114+
## API
115+
115116
### Props
116117

117118
`<Async>` takes the following properties:

0 commit comments

Comments
 (0)