Skip to content

Commit 101b51c

Browse files
authored
Update README.md
1 parent cd96162 commit 101b51c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ struct ContentView: View {
7878
<br/>
7979

8080
<h3 align="left">Focus and unfocus 🔍</h3>
81-
<p align="left">Use iPhoneNumberField's optional binding and <a href="https://github.com/benjaminsage/iTextField"> iTextField</a> to programmatically change text field.</p>
81+
<p align="left">Use iPhoneNumberField's optional binding and programmatically change the text field.</p>
8282

8383
<img align="left" src="/Resources/example-2.gif" width="250">
8484

@@ -94,10 +94,8 @@ struct ContentView: View {
9494

9595
var body: some View {
9696
VStack {
97-
iTextField("Name", text: $nameText)
98-
.font(UIFont(size: 24, weight: .light, design: .monospaced))
97+
TextField("Name", text: $nameText)
9998
.padding()
100-
.onReturn { phoneEditing = true }
10199
iPhoneNumberField("Phone", text: $phoneText, isEditing: $phoneEditing)
102100
.font(UIFont(size: 24, weight: .light, design: .monospaced))
103101
.padding()
@@ -222,11 +220,11 @@ dependencies: [
222220
```
223221

224222
# 🌟 Become a Paid Subscriber
225-
This library is under the **MIT** license and completely **FREE**. Anyone can use it anywhere and any contribution is wellcomed.
223+
This library is under the **MIT** license and completely **FREE**. Anyone can use it anywhere, and any contribution is welcome.
226224

227225
In addition, you can show your support and [become My sponsor](https://www.buymeacoffee.com/mojtabahs/membership).
228226
By supporting me, you will gain¹:
229-
- Tickets for code level support in any project you want (not just this one)
227+
- Tickets for code-level support in any project you want (not just this one)
230228
- Access me through my socials and we can discuss technologies together.
231229
- Discounts and early access to my premium products.
232230
- Early access to updates and bug fixes.

0 commit comments

Comments
 (0)