From dabca5d7a7d33832f07a6824dfc468dd00690342 Mon Sep 17 00:00:00 2001 From: Daniil Subbotin Date: Tue, 15 Sep 2020 09:18:56 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3ed17dc1..62b1ce0a 100644 --- a/README.md +++ b/README.md @@ -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/Source/UI/Common/Label.swift](./Example/Example/Source/UI/Common/Label.swift) -- [./Example/Example/Source/UI/Common/LabelStyle.swift](./Example/Example/Source/UI/Common/LabelStyle.swift) -- [./Example/Example/Source/UI/Common/UIFont+extension.swift](./Example/Example/Source/UI/Common/UIFont+extension.swift) +- [./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) ### Android