Skip to content

Commit

Permalink
Minor readme edits
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminsage committed Oct 25, 2020
1 parent 694c860 commit 3fcdf5a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center"> iTextField ⌨️</p>
<h3 align="center"> A fully-wrapped `UITextField` that works entirely in SwiftUI 🦅 </h3>
<h3 align="center"> A fully-wrapped `UITextField` that works entirely in SwiftUI. 🦅 </h3>
<p align="center">
<strong><a href="#get-started">Get Started</a></strong> |
<strong><a href="#examples">Examples</a></strong> |
Expand All @@ -26,8 +26,7 @@ struct ContentView: View {
@State var text: String = ""

var body: some View {
iTextField("Placeholder",
text: $text)
iTextField("Placeholder", text: $text)
}
}
```
Expand Down

0 comments on commit 3fcdf5a

Please sign in to comment.