Skip to content

Commit 65b93b1

Browse files
committed
[README] Fix "swift" capitalization
A capitalized "Swift" matches usage in the rest of the README.
1 parent af0aa6d commit 65b93b1

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)