diff --git a/README.md b/README.md index a3888a4..b63374e 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ struct ContentView: View {

Focus and unfocus 🔍

-

Use iPhoneNumberField's optional binding and iTextField to programmatically change text field.

+

Use iPhoneNumberField's optional binding and programmatically change the text field.

@@ -94,10 +94,8 @@ struct ContentView: View { var body: some View { VStack { - iTextField("Name", text: $nameText) - .font(UIFont(size: 24, weight: .light, design: .monospaced)) + TextField("Name", text: $nameText) .padding() - .onReturn { phoneEditing = true } iPhoneNumberField("Phone", text: $phoneText, isEditing: $phoneEditing) .font(UIFont(size: 24, weight: .light, design: .monospaced)) .padding() @@ -222,11 +220,11 @@ dependencies: [ ``` # 🌟 Become a Paid Subscriber -This library is under the **MIT** license and completely **FREE**. Anyone can use it anywhere and any contribution is wellcomed. +This library is under the **MIT** license and completely **FREE**. Anyone can use it anywhere, and any contribution is welcome. In addition, you can show your support and [become My sponsor](https://www.buymeacoffee.com/mojtabahs/membership). By supporting me, you will gain¹: -- Tickets for code level support in any project you want (not just this one) +- Tickets for code-level support in any project you want (not just this one) - Access me through my socials and we can discuss technologies together. - Discounts and early access to my premium products. - Early access to updates and bug fixes.