Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
subdan authored Sep 15, 2020
1 parent dabca5d commit 990d72a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,9 @@ When your execute `figma-export typography` command `figma-export` generates 3 f
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.

Example of these files:
- [./Example/Example/UIComponents/Source/Label.swift](./Example/Example/UIComponents/Source/Label.swift)
- [./Example/Example/UIComponents/Source/LabelStyle.swift](./Example/Example/UIComponents/Source/LabelStyle.swift)
- [./Example/Example/UIComponents/Source/UIFont+extension.swift](./Example/Example/UIComponents/Source/UIFont+extension.swift)
- [./Example/UIComponents/Source/Label.swift](./Example/UIComponents/Source/Label.swift)
- [./Example/UIComponents/Source/LabelStyle.swift](./Example/UIComponents/Source/LabelStyle.swift)
- [./Example/UIComponents/Source/UIFont+extension.swift](./Example/UIComponents/Source/UIFont+extension.swift)

### Android

Expand Down

0 comments on commit 990d72a

Please sign in to comment.