Skip to content

Commit 9d2326b

Browse files
committed
feat: Update README
1 parent 117bb55 commit 9d2326b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22

33
[![Build Status](https://github.com/haroldadmin/networkresponseadapter/workflows/CI/badge.svg)](https://github.com/haroldadmin/networkresponseadapter/actions)
44

5-
A call adapter that handles errors as a part of state
5+
This library provides a Kotlin Coroutines based Retrofit call adapter for wrapping your API responses in
6+
a `NetworkResponse` sealed type.
67

78
## Documentation
89

910
[**https://haroldadmin.github.io/NetworkResponseAdapter**](https://haroldadmin.github.io/NetworkResponseAdapter)
1011

11-
---
12-
13-
This library provides a Kotlin Coroutines based Retrofit call adapter for wrapping your API responses in
14-
a `NetworkResponse` type.
15-
1612
## Network Response
1713

1814
`NetworkResponse<S, E>` is a Kotlin sealed interface with the following states:

0 commit comments

Comments
 (0)