From bee59c2835bfc94b543c210633868077bc1845e1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 19 Sep 2019 09:07:18 +0000
Subject: [PATCH 1/3] docs: update README.md
---
README.md | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/README.md b/README.md
index 2de1228c..ef791a52 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
+[](#contributors)

Handle promises with ease.
@@ -1005,3 +1006,19 @@ Your organization here? [Let us know](https://github.com/async-library/react-asy
Versions 1.x and 2.x of `react-async` on npm are from a different project abandoned years ago. The original author was
kind enough to transfer ownership so the `react-async` package name could be repurposed. The first version of this
project is v3.0.0. Many thanks to Andrey Popp for handing over ownership of `react-async` on npm.
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From 622757759416c8c758adbb204c70dd7564e36983 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Thu, 19 Sep 2019 09:07:19 +0000
Subject: [PATCH 2/3] docs: create .all-contributorsrc
---
.all-contributorsrc | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 00000000..f5df7e32
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,24 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "contributors": [
+ {
+ "login": "Khartir",
+ "name": "Khartir",
+ "avatar_url": "https://avatars3.githubusercontent.com/u/5592420?v=4",
+ "profile": "https://github.com/Khartir",
+ "contributions": [
+ "code",
+ "platform"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "projectName": "react-async",
+ "projectOwner": "async-library",
+ "repoType": "github",
+ "repoHost": "https://github.com"
+}
From 902bca4869e65cce62aa19dd84399d328f61ae37 Mon Sep 17 00:00:00 2001
From: Gert Hengeveld
Date: Thu, 19 Sep 2019 11:10:45 +0200
Subject: [PATCH 3/3] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index ef791a52..d7099a04 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-[](#contributors)

Handle promises with ease.
@@ -61,6 +60,7 @@
+
React component and hook for declarative promise resolution and data fetching. Makes it easy to handle every
@@ -1021,4 +1021,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
-This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!