Skip to content

Commit 685190d

Browse files
authored
Fix typo in README.md (#202)
`mkdir cross-compilation test` -> `mkdir cross-compilation-test`
1 parent 330c3f2 commit 685190d

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
@@ -87,7 +87,7 @@ subsequently as `<generated_sdk_id>`.
8787
Create a new project to verify that the SDK works:
8888

8989
```
90-
mkdir cross-compilation test
90+
mkdir cross-compilation-test
9191
cd cross-compilation-test
9292
swift package init --type executable
9393
```

0 commit comments

Comments
 (0)