Skip to content

Commit dbb5451

Browse files
committed
Update README.md
1 parent 492ad57 commit dbb5451

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ Nitro Modules are highly efficient native modules exposed with a statically comp
1313
cd ios && pod install
1414
```
1515
2. If you don't already have one, add an empty Swift file to your iOS project (including a generated bridging header).
16-
1. Open your `.xcworkspace` in Xcode
17-
2. Right-click on your app's project on the left
18-
3. **New File** > **Swift File** > Call it **DummyFile.swift** > **Create**
19-
4. When promted to create a Bridging Header, press **Create Bridging Header**
16+
1. Open your `.xcworkspace` in Xcode
17+
2. Right-click on your app's project on the left
18+
3. **New File** > **Swift File** > Call it **DummyFile.swift** > **Create**
19+
4. When promted to create a Bridging Header, press **Create Bridging Header**
2020

2121
## Usage
2222

0 commit comments

Comments
 (0)