Skip to content

Commit e5d6c06

Browse files
authored
Update README.md
1 parent 2ccc5a0 commit e5d6c06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ struct DiffableTextFieldXPhone: View {
186186
}
187187
```
188188

189-
## WrapperTextStyle(s) ([Source](Sources/DiffableTextKit/), [Tests](Tests/DiffableTextKitTests))
189+
## WrapperTextStyle(s) ([Source](Sources/DiffableTextKit/Styles), [Tests](Tests/DiffableTextKitTests/Styles))
190190

191191
Decorative styles that modify the behavior of their content.
192192

193193
| Style | Description | Method |
194194
|-------|-------------|--------|
195-
| [Constant](Sources/DiffableTextStylesXWrapper/Constant.swift) | Prevents style transformations | constant() |
196-
| [Equals](Sources/DiffableTextStylesXWrapper/Equals.swift) | Binds the style's equality to a proxy value | equals(\_:) |
195+
| [Constant](Sources/DiffableTextKit/Styles/Constant.swift) | Prevents style transformations | constant() |
196+
| [Equals](Sources/DiffableTextKit/Styles/Equals.swift) | Binds the style's equality to a proxy value | equals(\_:) |

0 commit comments

Comments
 (0)