Skip to content

Commit 00a4270

Browse files
Ratnesh JainNeil Jain
authored andcommitted
Update readme
1 parent 44db82a commit 00a4270

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
To run the example project, clone the repo, and run `pod install` from the Example directory first.
1111

1212
Fetching view has a state machine called Fetching State :
13-
```
14-
enum FetchingState<A> {
13+
```enum FetchingState<A> {
1514
case fetching
1615
case fetchedError(AppErrorProvider)
1716
case fetchedData(A)

0 commit comments

Comments
 (0)