Skip to content

Commit e21c93e

Browse files
author
Mike Ferris
committed
Merge pull request #11 from modocache/readme-typo-swift-capitalization
[README] Fix "swift" capitalization
2 parents af0aa6d + 65b93b1 commit e21c93e

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
@@ -32,7 +32,7 @@ swift/utils/build-script --xctest
3232

3333
If you want to build just XCTest, use the `build_script.py` script at the root of the project. The `master` version of XCTest must be built with the `master` version of Swift.
3434

35-
If your install of swift is located at `/swift` and you wish to install XCTest into that same location, here is a sample invocation of the build script:
35+
If your install of Swift is located at `/swift` and you wish to install XCTest into that same location, here is a sample invocation of the build script:
3636

3737
```sh
3838
./build_script.py --swiftc="/swift/usr/bin/swiftc" --build-dir="/tmp/XCTest_build" --swift-build-dir="/swift/usr" --library-install-path="/swift/usr/lib/swift/linux" --module-install-path="/swift/usr/lib/swift/linux/x86_64"

0 commit comments

Comments
 (0)