Skip to content

Commit f876cc1

Browse files
authored
Update README
1 parent 6730960 commit f876cc1

File tree

2 files changed

+5
-57
lines changed

2 files changed

+5
-57
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: mijick
44
patreon: # Replace with a single Patreon username
55
open_collective: # Replace with a single Open Collective username
66
ko_fi: # Replace with a single Ko-fi username

README.md

Lines changed: 4 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,6 @@
11
<br>
22
<p align="center">
33

4-
<!-- Mijick Header -->
5-
<picture>
6-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Dark/Header.svg">
7-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Light/Header.svg">
8-
<img alt="Mijick Header" width="100%">
9-
</picture>
10-
11-
12-
<!-- Social Buttons -->
13-
<p align="center">
14-
15-
<!-- GitHub -->
16-
<a href="https://github.com/Mijick">
17-
<picture>
18-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Dark/Button/Github.svg">
19-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Light/Button/Github.svg">
20-
<img alt="Mijick GitHub" height="32px">
21-
</picture>
22-
</a>
23-
24-
<!-- Twitter -->
25-
<a href="https://twitter.com/MijickTeam">
26-
<picture>
27-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Dark/Button/X.svg">
28-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Light/Button/X.svg">
29-
<img alt="Mijick Twitter" height="32px">
30-
</picture>
31-
</a>
32-
33-
<!-- Email -->
34-
<a href="mailto:team@mijick.com?subject=Hello">
35-
<picture>
36-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Dark/Button/Email.svg">
37-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Light/Button/Email.svg">
38-
<img alt="Mijick Mail" height="32px">
39-
</picture>
40-
</a>
41-
42-
43-
<!-- Separator -->
44-
<picture>
45-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Dark/Separator.svg">
46-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/Mijick/Assets/blob/main/Mijick/On%20Light/Separator.svg">
47-
<img alt="Separator" width="100%" height="0.25px">
48-
</picture>
49-
50-
</p>
51-
52-
<!-- Header End -->
53-
54-
<br>
55-
564
<!-- CalendarView Logo -->
575
<p align="center">
586
<picture>
@@ -218,13 +166,13 @@ CalendarView is released under the MIT license. See [LICENSE][License] for detai
218166
<br><br>
219167

220168
# Our other open source SwiftUI libraries
221-
[PopupView] - The most powerful popup library that allows you to present any popup
169+
[Popups] - The most powerful popup library that allows you to present any popup
222170
<br>
223171
[NavigationView] - Easier and cleaner way of navigating through your app
224172
<br>
225173
[GridView] - Lay out your data with no effort
226174
<br>
227-
[CameraView] - The most powerful CameraController. Designed for SwiftUI
175+
[Camera] - The most powerful CameraController. Designed for SwiftUI
228176
<br>
229177
[Timer] - Modern API for Timer
230178

@@ -240,8 +188,8 @@ CalendarView is released under the MIT license. See [LICENSE][License] for detai
240188
[cocoapods]: https://cocoapods.org/
241189
[generate_cocoapods]: https://github.com/square/cocoapods-generate
242190

243-
[PopupView]: https://github.com/Mijick/PopupView
191+
[Popups]: https://github.com/Mijick/Popups
244192
[NavigationView]: https://github.com/Mijick/NavigationView
245-
[CameraView]: https://github.com/Mijick/CameraView
193+
[Camera]: https://github.com/Mijick/Camera
246194
[GridView]: https://github.com/Mijick/GridView
247195
[Timer]: https://github.com/Mijick/Timer

0 commit comments

Comments
 (0)