Skip to content

Commit 8919dd6

Browse files
authored
docs: update license section
1 parent 49a14a5 commit 8919dd6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ A comprehensive [example app](/example) is available within Expo to play with th
4242
- [Intercept and queue actions based off server errors](#how-to-intercept-and-queue-actions-when-the-server-responds-with-client-4xx-or-server-5xx-errors)
4343
- [Persist and rehydrate thunks in the offline queue](#how-to-persist-and-rehydrate-thunks-in-the-offline-queue-with-redux-persist)
4444
- [Using redux-saga 1.0.0-beta.x](#using-redux-saga-100-betax)
45-
- [Inspiration](#inspiration)
45+
- [Credits](#credits)
4646
- [License](#license)
4747
- [Contributors](#contributors)
4848

@@ -833,13 +833,15 @@ If you are using a `1.0.0-beta.x` version for redux-saga in your application, yo
833833
},
834834
```
835835
836-
### Inspiration
836+
### Credits
837837
838838
Thanks to Spencer Carli for his awesome article about [Handling Offline actions in React Native](https://medium.com/differential/handling-offline-actions-in-react-native-74949cbfabf2), which served me as inspiration for the offline queue implementation.
839839
840840
### License
841841
842-
MIT
842+
MIT © [Raul Gomez Acuna](https://raulgomez.io/)
843+
844+
If you found this project interesting, please consider following me on [twitter](https://twitter.com/rgommezz)
843845
844846
## Contributors
845847

0 commit comments

Comments
 (0)