Skip to content

Commit c01616f

Browse files
committed
Cleanup: README.
1 parent ab5977a commit c01616f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Assets/ViewXCard.gif

-127 KB
Binary file not shown.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
An open source package for as-you-type formatting in SwiftUI.
44

5-
![Currency](Assets/ViewXCurrency.gif)
6-
![Phone](Assets/ViewXPhone.gif)
5+
![Number](Assets/ViewXNumber.gif)
6+
![Pattern](Assets/ViewXPattern.gif)
77

88
### Features
99

@@ -101,7 +101,7 @@ A style that binds localized numbers using various formats.
101101

102102
### Examples
103103

104-
![Currency](Assets/ViewXCurrency.gif)
104+
![Number](Assets/ViewXNumber.gif)
105105

106106
```swift
107107
import DiffableTextViews
@@ -111,7 +111,7 @@ import SwiftUI
111111
// MARK: View
112112
//*============================================================================*
113113

114-
struct DiffableTextFieldXCurrency: View {
114+
struct DiffableTextFieldXNumber: View {
115115

116116
//=------------------------------------------------------------------------=
117117
// MARK: State
@@ -152,7 +152,7 @@ A style that processes characters laid out in custom patterns.
152152

153153
### Examples
154154

155-
![Phone](Assets/ViewXPhone.gif)
155+
![Pattern](Assets/ViewXPattern.gif)
156156

157157
```swift
158158
import DiffableTextViews
@@ -162,7 +162,7 @@ import SwiftUI
162162
// MARK: View
163163
//*============================================================================*
164164

165-
struct DiffableTextFieldXPhone: View {
165+
struct DiffableTextFieldXPattern: View {
166166

167167
//=------------------------------------------------------------------------=
168168
// MARK: State

0 commit comments

Comments
 (0)