Skip to content

Commit dabca5d

Browse files
authored
Update README.md
1 parent 372f451 commit dabca5d

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
@@ -187,9 +187,9 @@ When your execute `figma-export typography` command `figma-export` generates 3 f
187187
3. `Label.swift` file that contains base Label class and class for each text style. E.g. HeaderLabel, BodyLabel, Caption1Label. Specify these classes in xib files on in code.
188188

189189
Example of these files:
190-
- [./Example/Example/Source/UI/Common/Label.swift](./Example/Example/Source/UI/Common/Label.swift)
191-
- [./Example/Example/Source/UI/Common/LabelStyle.swift](./Example/Example/Source/UI/Common/LabelStyle.swift)
192-
- [./Example/Example/Source/UI/Common/UIFont+extension.swift](./Example/Example/Source/UI/Common/UIFont+extension.swift)
190+
- [./Example/Example/UIComponents/Source/Label.swift](./Example/Example/UIComponents/Source/Label.swift)
191+
- [./Example/Example/UIComponents/Source/LabelStyle.swift](./Example/Example/UIComponents/Source/LabelStyle.swift)
192+
- [./Example/Example/UIComponents/Source/UIFont+extension.swift](./Example/Example/UIComponents/Source/UIFont+extension.swift)
193193

194194
### Android
195195

0 commit comments

Comments
 (0)