diff --git a/README.md b/README.md index d456d4d..5ec9617 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ subsequently as ``. Create a new project to verify that the SDK works: ``` -mkdir cross-compilation test +mkdir cross-compilation-test cd cross-compilation-test swift package init --type executable ```