Skip to content

Commit d3615c6

Browse files
authored
Fix incorrect Xcode casing in README (#2896)
1 parent bb93b94 commit d3615c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Depending on your operating system, you will need to install:
3939
### On macOS
4040

4141
* [A supported version of Python](https://devguide.python.org/versions/)
42-
* `XCode Command Line Tools` which will install `clang`, `clang++`, and `make`.
43-
* Install the `XCode Command Line Tools` standalone by running `xcode-select --install`. -- OR --
42+
* `Xcode Command Line Tools` which will install `clang`, `clang++`, and `make`.
43+
* Install the `Xcode Command Line Tools` standalone by running `xcode-select --install`. -- OR --
4444
* Alternatively, if you already have the [full Xcode installed](https://developer.apple.com/xcode/download/), you can install the Command Line Tools under the menu `Xcode -> Open Developer Tool -> More Developer Tools...`.
4545

4646

0 commit comments

Comments
 (0)