diff --git a/README.md b/README.md index 62b1ce0..63b610e 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/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