Skip to content

Commit 6dc0c1b

Browse files
committed
Updated readme and fix typos.
1 parent e984d30 commit 6dc0c1b

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
## Checklist
55
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
6-
- [ ] Testing in `iOS`
6+
- [ ] Testing in compability platforms
77
- [ ] Installed correct via Swift Package Manager and Cocoapods

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,10 @@ Button("Show alert") {
175175
})
176176
```
177177

178+
## Сontribution
179+
180+
My English is very bad. You can see this once you read the documentation. I would really like to have clean and nice documentation. If you see gramatical errors and can help fix the Readme, please contact me hello@ivanvorobei.by or make a Pull Request. Thank you in advance!
181+
178182
## Other Projects
179183

180184
I love being helpful. Here I have provided a list of libraries that I keep up to date. For see `video previews` of libraries without install open [opensource.ivanvorobei.by](https://opensource.ivanvorobei.by) website.<br>
@@ -184,6 +188,9 @@ I have libraries with native interface and managing permissions. Also available
184188
<a href="https://opensource.ivanvorobei.by">
185189
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/more-libraries.svg">
186190
</a>
191+
<a href="https://xcodeshop.ivanvorobei.by">
192+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/xcode-shop.svg">
193+
</a>
187194
</p>
188195

189196
## Russian Community
@@ -193,10 +200,7 @@ I have libraries with native interface and managing permissions. Also available
193200

194201
<p float="left">
195202
<a href="https://tutorials.ivanvorobei.by/telegram/channel">
196-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-tutorials.svg">
197-
</a>
198-
<a href="https://tutorials.ivanvorobei.by/telegram/libs">
199-
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-libraries.svg">
203+
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/open-telegram-channel.svg">
200204
</a>
201205
<a href="https://tutorials.ivanvorobei.by/telegram/chat">
202206
<img src="https://github.com/ivanvorobei/Readme/blob/main/Buttons/russian-community-chat.svg">

SPAlert.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'SPAlert'
4-
s.version = '3.4.0'
4+
s.version = '3.4.1'
55
s.summary = 'Native alert from Apple Music & Feedback. Contains Done, Heart & Message and other presets.'
66
s.homepage = 'https://github.com/ivanvorobei/SPAlert'
77
s.source = { :git => 'https://github.com/ivanvorobei/SPAlert.git', :tag => s.version }

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
Here provided ideas or features which will be implemented soon.
44

5-
- Mode animatable views.
5+
- More animatable views.

0 commit comments

Comments
 (0)