Skip to content

Commit 33079d3

Browse files
authoredMar 27, 2025
Merge pull request #4 from drunknbass/master
fixed typo in readme
2 parents c6f94c8 + c094bd1 commit 33079d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Because of the low-friction to adding command line options with [swift-argument-
9595

9696
## Packaging for distribution
9797

98-
swift-create-xcframework provides a `--zip` option to automatically zip up your newly created XCFrameworks ready for upload to GitHub as a release artefact, or anywhere you choose.
98+
swift-create-xcframework provides a `--zip` option to automatically zip up your newly created XCFrameworks ready for upload to GitHub as a release artifact, or anywhere you choose.
9999

100100
If the target you are creating an XCFramework happens to be a dependency, swift-create-xcframework will look back into the package graph, locate the version that dependency resolved to, and append the version number to your zip file name. eg: `ArgumentParser-0.0.6.zip`
101101

0 commit comments

Comments
 (0)