Skip to content

Commit 0dbeebc

Browse files
authored
Merge pull request #13 from pepicrft/all-contributors/add-exproot
docs: add exproot as a contributor for doc
2 parents 8057dbd + b54d5bf commit 0dbeebc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@
3333
"contributions": [
3434
"content"
3535
]
36+
},
37+
{
38+
"login": "exproot",
39+
"name": "Ertan",
40+
"avatar_url": "https://avatars.githubusercontent.com/u/72192187?v=4",
41+
"profile": "https://github.com/exproot",
42+
"contributions": [
43+
"doc"
44+
]
3645
}
3746
],
3847
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Fucking Approachable Swift Concurrency
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
A no-bullshit guide to understanding Swift concurrency. Learn async/await, actors, Sendable, and MainActor with simple mental models.
@@ -76,6 +76,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
7676
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AkshayAShah"><img src="https://avatars.githubusercontent.com/u/148655?v=4?s=100" width="100px;" alt="Akshay"/><br /><sub><b>Akshay</b></sub></a><br /><a href="#content-AkshayAShah" title="Content">🖋</a></td>
7777
<td align="center" valign="top" width="14.28%"><a href="https://peterspath.net"><img src="https://avatars.githubusercontent.com/u/211143281?v=4?s=100" width="100px;" alt="Peter's Path"/><br /><sub><b>Peter's Path</b></sub></a><br /><a href="#content-peterspath" title="Content">🖋</a></td>
7878
<td align="center" valign="top" width="14.28%"><a href="http://www.stormacq.com"><img src="https://avatars.githubusercontent.com/u/401798?v=4?s=100" width="100px;" alt="Sébastien Stormacq"/><br /><sub><b>Sébastien Stormacq</b></sub></a><br /><a href="#content-sebsto" title="Content">🖋</a></td>
79+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/exproot"><img src="https://avatars.githubusercontent.com/u/72192187?v=4?s=100" width="100px;" alt="Ertan"/><br /><sub><b>Ertan</b></sub></a><br /><a href="https://github.com/pepicrft/fuckingapproachableswiftconcurrency/commits?author=exproot" title="Documentation">📖</a></td>
7980
</tr>
8081
</tbody>
8182
</table>

0 commit comments

Comments
 (0)