Skip to content

Commit 7c0d762

Browse files
author
Rafal Sroka
committed
Fix typos
1 parent e82ba01 commit 7c0d762

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Examples/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ The UI-Kit of the example project in Figma:
1212

1313
### Example iOS project
1414

15-
There are 2 example iOS projects in `Example` and `ExampleSwiftUI` directories which demostrates how to use figma-export with UIKit and SwiftUI.
15+
There are 2 example iOS projects in `Example` and `ExampleSwiftUI` directories which demonstrates how to use figma-export with UIKit and SwiftUI.
1616

1717
<img src="../images/figma.png" />
1818

1919
**How to setup iOS project**
2020
1. Open `Example/fastlane/.env` file.
2121
2. Change FIGMA_PERSONAL_TOKEN to your personal Figma token.
2222
3. Go to `Example` folder.
23-
4. Run the following command in Termanal to install cocoapods and fastlane: `bundle install`
24-
5. Run the following command in Termanal to install figma-export: `bundle exec pod install`
23+
4. Run the following command in Terminal to install CocoaPods and Fastlane: `bundle install`
24+
5. Run the following command in Terminal to install figma-export: `bundle exec pod install`
2525

2626
**How to export resources from figma**
2727
* To export colors run: `bundle exec fastlane export_colors`
@@ -39,7 +39,7 @@ There is an example Android Studio project in `AndroidExample` directory which d
3939

4040
### Example Android Jetpack Compose project
4141

42-
There is an example Android Studio project in `AndroidComposeExample` directory which demostrates how to use `figma-export` configured for Jetpack Compose.
42+
There is an example Android Studio project in `AndroidComposeExample` directory which demonstrates how to use `figma-export` configured for Jetpack Compose.
4343

4444
You can find the generated code for compose in the package `com.redmadrobot.androidcomposeexample.ui.figmaexport`
4545

0 commit comments

Comments
 (0)