Skip to content

Commit 5593b61

Browse files
committed
fix: Fix README formatting
1 parent 7dc7790 commit 5593b61

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ a `NetworkResponse` type.
1515

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

18-
1. Success: Represents successful network calls (2xx response codes)
19-
2. Error: Represents unsuccessful network calls
20-
1. ServerError: Server errors (non 2xx responses)
21-
2. NetworkError: IO Errors, connectivity problems
22-
3. UnknownError: Any other errors, like serialization exceptions
18+
- `Success`: Represents successful network calls (2xx response codes)
19+
- `Error`: Represents unsuccessful network calls
20+
- `ServerError`: Server errors (non 2xx responses)
21+
- `NetworkError`: IO Errors, connectivity problems
22+
- `UnknownError`: Any other errors, like serialization exceptions
2323

2424
It is generic on two types: a success response (`S`), and an error response (`E`).
2525

0 commit comments

Comments
 (0)