Skip to content

Commit 30bf623

Browse files
authored
Merge pull request #783 from ykws/fix-typo
Fix typo
2 parents b2eddb7 + 2df0798 commit 30bf623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent
145145
3. Drag the new `Run Script` phase **above** the `Compile Sources` phase, expand it and paste the following script:
146146
```bash
147147
if mint list | grep -q 'R.swift'; then
148-
mint run R.swiftt@v7.0.1 rswift generate "$SRCROOT/R.generated.swift"
148+
mint run R.swift@v7.0.1 rswift generate "$SRCROOT/R.generated.swift"
149149
else
150150
echo "error: R.swift not installed; run 'mint bootstrap' to install"
151151
return -1

0 commit comments

Comments
 (0)